Files
selfhost-cloud-compose-stack/traefik/vikunja.yml
2025-11-25 12:27:53 +03:30

16 lines
530 B
YAML

---
services:
traefik:
networks:
opencloud-net:
aliases:
- ${VIKUNJA_DOMAIN:-project.opencloud.test}
vikunja:
labels:
- "traefik.enable=true"
- "traefik.http.routers.vikunja.entrypoints=https"
- "traefik.http.routers.vikunja.rule=Host(`${VIKUNJA_DOMAIN:-project.opencloud.test}`)"
- "traefik.http.routers.vikunja.${TRAEFIK_SERVICES_TLS_CONFIG}"
- "traefik.http.routers.vikunja.service=vikunja"
- "traefik.http.services.vikunja.loadbalancer.server.port=3456"