mirror of
https://github.com/skoelle/mvg-departures.git
synced 2026-09-17 18:40:23 +00:00
docker-compose
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user