Added flask web app

This commit is contained in:
2024-02-25 10:51:37 +01:00
parent 306a739e08
commit b35aa593d2
17 changed files with 362 additions and 2 deletions

View File

@@ -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