From 4f782e135a4164e1ec37878bd5b7c3074c5ba8e4 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 7 Sep 2026 17:28:34 +0000 Subject: [PATCH] Update TV_Containers/tiramisu/compose.yaml --- TV_Containers/tiramisu/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TV_Containers/tiramisu/compose.yaml b/TV_Containers/tiramisu/compose.yaml index 7bff198..4ee5951 100644 --- a/TV_Containers/tiramisu/compose.yaml +++ b/TV_Containers/tiramisu/compose.yaml @@ -33,7 +33,7 @@ services: - traefik.http.routers.${SERVICE_NAME}-https.tls.certresolver=cloudflare - traefik.http.routers.${SERVICE_NAME}-https.entrypoints=websecure - traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) - #- traefik.http.services.${SERVICE_NAME}.loadbalancer.server.port=9080 + - traefik.http.services.${SERVICE_NAME}.loadbalancer.server.port=9080 ### Monitor with uptime-kuma - kuma.monitoring.group.name=Docker Containers - kuma.${SERVICE_NAME}.docker.parent_name=monitoring