docker-compose

This commit is contained in:
2026-08-01 20:33:28 +02:00
parent 678f803abd
commit a5faadf981
+13
View File
@@ -0,0 +1,13 @@
services:
mvg-departures:
image: ghcr.io/skoelle/mvg-departures:latest
container_name: mvg-departures
ports:
- "8000:8000"
volumes:
- ./config.yaml:/app/config.yaml:ro
environment:
- TZ=Europe/Berlin
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"