moved secrets into environment vars. The .env file is used in docker-compose. reportMissingThekendienst.py evaluate these with os.getenv().

This commit is contained in:
MaPaLo76
2024-09-17 19:00:46 +02:00
parent 4354c652a0
commit 47ca27291f
5 changed files with 34 additions and 3 deletions
+2
View File
@@ -9,6 +9,8 @@ services:
container_name: thekendienstbot
environment:
- TZ=Europe/Berlin
env_file:
- .env
volumes:
- /home/hobbyadmin/ThekendienstBot/cfg/:/app/cfg/
- /home/hobbyadmin/ThekendienstBot/src/:/app/src/