ThekendienstBot/docker/docker-compose.yaml
Guilherme Bufolo 73cb265718 Modified docker and crontab setup
Now it copies everything to the correct subfolders so we can directly
map the repository folders.

Adds now cron to warn on empty slots on the same day.
2024-09-16 22:39:36 +02:00

17 lines
438 B
YAML

services:
thekendienstbot:
build:
context: ../
dockerfile: docker/Dockerfile
image: thekendienstbot:latest
container_name: thekendienstbot
environment:
- TZ=Europe/Berlin
volumes:
- /home/hobbyadmin/ThekendienstBot/cfg/:/app/cfg/
- /home/hobbyadmin/ThekendienstBot/src/:/app/src/
- /home/hobbyadmin/ThekendienstBot/docker/crontab:/etc/cron.d/crontab
restart: unless-stopped