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",
"configurations": [
{
"name": "Python Debugger: Current File with Arguments",
"name": "Scheduler",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
"program": "${workspace}/alert-scheduler/src/watchdog.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/alert-scheduler"
}
]
}

View File

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

View File

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