move scheduler.py to src

This commit is contained in:
flo-eberle
2026-02-15 12:32:07 +01:00
parent 82efdbf4be
commit f6c7d6690e
2 changed files with 52 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ services:
- ./.env:/app/.env:ro
environment:
- TZ=Europe/Vienna
command: python scheduler.py
# platform: linux/arm64
command: python src/scheduler.py
depends_on:
- flat-scraper