forked from guibufolo/ThekendienstBot
Docker compose hinzugefügt und cronjob auf 2 Termine erweitert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user