add: added docker file for the backend

This commit is contained in:
Lukian 2025-04-27 14:05:09 +02:00
parent a91cf9d6a5
commit deee8457b7
3 changed files with 27 additions and 3 deletions

View file

@ -32,3 +32,12 @@ services:
volumes:
- ./mosquitto/config:/mosquitto/config
web:
build:
context: .
network: host
restart: always
container_name: web
ports:
- 8081:3000