updated folder structure

This commit is contained in:
2024-02-25 10:21:12 +01:00
parent a4a1551ea0
commit 94b30d96b0
7 changed files with 5 additions and 5 deletions

7
.vscode/launch.json vendored
View File

@@ -5,11 +5,12 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Python Debugger: Current File with Arguments", "name": "Scheduler",
"type": "debugpy", "type": "debugpy",
"request": "launch", "request": "launch",
"program": "${file}", "program": "${workspace}/alert-scheduler/src/watchdog.py",
"console": "integratedTerminal" "console": "integratedTerminal",
"cwd": "${workspaceFolder}/alert-scheduler"
} }
] ]
} }

View File

@@ -1,2 +1 @@
scheduler==0.8.5 scheduler==0.8.5
scripts==3.0

View File

@@ -6,7 +6,7 @@ services:
image: watchdog image: watchdog
restart: always restart: always
build: build:
context: . context: ./alert-scheduler
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
mongo: mongo: