feat: add Traefik labels for tunarr service configuration

This commit is contained in:
nathan 2026-04-29 15:32:13 -04:00
parent 966efb5b20
commit cacc89fcb1

View File

@ -33,4 +33,12 @@ services:
max-size: "10m" max-size: "10m"
max-file: "3" max-file: "3"
labels: labels:
- "komodo.managed=true" - "komodo.managed=true"
- "traefik.enable=true"
- "traefik.http.routers.tunarr.entrypoints=websecure"
- "traefik.http.routers.tunarr.rule=Host(`tunarr.castaldifamily.com`)"
- "traefik.http.routers.tunarr.tls=true"
- "traefik.http.routers.tunarr.tls.certresolver=cloudflare"
- "traefik.http.routers.tunarr.service=tunarr"
- "traefik.http.services.tunarr.loadbalancer.server.port=8000"
- "traefik.http.routers.tunarr.middlewares=authentik-auth@file"