Opentripplanner

This commit is contained in:
Brieuc Dubois 2024-06-03 22:59:52 +02:00
parent 47bf79b24f
commit bc3ecd846e
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
services:
opentripplanner:
container_name: opentripplanner
image: docker.io/opentripplanner/opentripplanner:latest
command: --load --serve
restart: unless-stopped
volumes:
- $DATA/opentripplanner:/var/opentripplanner:ro
labels:
- "traefik.enable=true"
- "traefik.http.routers.otp.rule=Host(`maps.bhasher.com`)"
- "traefik.http.routers.otp.entrypoints=internalsecure"
- "traefik.http.services.otp.loadbalancer.server.port=8080"
- "traefik.http.routers.otp.tls=true"
- "traefik.http.routers.otp.tls.certresolver=http"
- "traefik.http.routers.otp.middlewares=authelia@docker"
- "com.centurylinklabs.watchtower.enable=true"
networks:
- external
networks:
external:
external: true