ThekendienstBot/docker/docker-compose.yaml
Guilherme Bufolo 13618adfa8
Some checks failed
Build and Publish / publish image (push) Successful in 31s
Build and Publish / deploy image (push) Failing after 15s
Add action
2024-09-25 22:30:24 +02:00

17 lines
474 B
YAML

services:
thekendienstbot:
build:
context: ../
dockerfile: docker/Dockerfile
image: gitea.lan.hobbyhimmmel.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