diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index ce512fc..ab73bfd 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -1,5 +1,10 @@ + services: thekendienstbot: + build: + context: ../ + dockerfile: docker/DockerFile + image: thekendienstbot:latest container_name: thekendienstbot environment: @@ -8,4 +13,4 @@ services: - /home/hobbyadmin/ThekendienstBot/cfg/:/app/cfg/ - /home/hobbyadmin/ThekendienstBot/src/reportMissingThekendienst.py:/app/reportMissingThekendienst.py - /home/hobbyadmin/ThekendienstBot/docker/crontab:/etc/cron.d/crontab - + restart: unless-stopped