Added flask web app
This commit is contained in:
@@ -3,12 +3,21 @@ version: '3.4'
|
||||
services:
|
||||
|
||||
watchdog:
|
||||
image: watchdog
|
||||
image: alert-scheduler
|
||||
restart: always
|
||||
build:
|
||||
context: ./alert-scheduler
|
||||
dockerfile: ./Dockerfile
|
||||
|
||||
web:
|
||||
image: web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5200:5200
|
||||
build:
|
||||
context: ./web
|
||||
dockerfile: ./Dockerfile
|
||||
|
||||
mongo:
|
||||
image: mongo
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user