From cacc89fcb16cc1767f4f532c56fddff3a45ee382 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 29 Apr 2026 15:32:13 -0400 Subject: [PATCH] feat: add Traefik labels for tunarr service configuration --- nodes/waldorf/tunarr/compose.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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