add: added docker file for the backend
This commit is contained in:
parent
a91cf9d6a5
commit
deee8457b7
3 changed files with 27 additions and 3 deletions
|
@ -32,3 +32,12 @@ services:
|
|||
volumes:
|
||||
- ./mosquitto/config:/mosquitto/config
|
||||
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
network: host
|
||||
restart: always
|
||||
container_name: web
|
||||
ports:
|
||||
- 8081:3000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue