1
0

docs: add missing traefik label

This commit is contained in:
kolaente
2024-02-11 15:57:22 +01:00
parent eec53e8a54
commit 99856b2031

View File

@ -160,6 +160,7 @@ services:
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.docker.network=web"
- "traefik.http.routers.vikunja.rule=Host(`vikunja.example.com`)"
- "traefik.http.routers.vikunja.entrypoints=https"
- "traefik.http.routers.vikunja.tls.certResolver=acme"