forked from guibufolo/ThekendienstBot
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user