Docker compose hinzugefügt und cronjob auf 2 Termine erweitert

This commit is contained in:
Guilherme Bufolo
2024-08-21 20:15:50 +02:00
committed by wehohi
parent f9f28dc55d
commit da357aa7de
3 changed files with 20 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
thekendienstbot:
image: thekendienstbot:latest
container_name: thekendienstbot
environment:
- TZ=Europe/Berlin
volumes:
- /home/hobbyadmin/ThekendienstBot/cfg/:/app/cfg/
- /home/hobbyadmin/ThekendienstBot/src/reportMissingThekendienst.py:/app/reportMissingThekendienst.py
- /home/hobbyadmin/ThekendienstBot/docker/crontab:/etc/cron.d/crontab