17 lines
473 B
YAML
17 lines
473 B
YAML
|
|
services:
|
|
thekendienstbot:
|
|
build:
|
|
context: ../
|
|
dockerfile: docker/Dockerfile
|
|
|
|
image: gitea.lan.hobbyhimmel.de/guibufolo/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
|