12 lines
395 B
YAML
12 lines
395 B
YAML
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
|
|
|