diff --git a/nodes/waldorf/tunarr/compose.yaml b/nodes/waldorf/tunarr/compose.yaml index 28402f3..9a017be 100644 --- a/nodes/waldorf/tunarr/compose.yaml +++ b/nodes/waldorf/tunarr/compose.yaml @@ -33,4 +33,12 @@ services: max-size: "10m" max-file: "3" labels: - - "komodo.managed=true" \ No newline at end of file + - "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" \ No newline at end of file