From 8bdbf3670584beef16579be152485b886142815c Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 21 Jun 2026 17:00:40 -0400 Subject: [PATCH] fix: streamline Traefik labels for jobsquatch service in compose.yaml --- nodes/heimdall/jobsquatch-alpha/compose.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/nodes/heimdall/jobsquatch-alpha/compose.yaml b/nodes/heimdall/jobsquatch-alpha/compose.yaml index dbe36a0..8025fed 100644 --- a/nodes/heimdall/jobsquatch-alpha/compose.yaml +++ b/nodes/heimdall/jobsquatch-alpha/compose.yaml @@ -73,17 +73,16 @@ services: # When a container is on multiple networks, Traefik picks one arbitrarily. # Pin it to proxy-net so Traefik never tries to route via jobsquatch-internal. traefik.docker.network: proxy-net + - "traefik.enable=true" + - "traefik.http.routers.jobsquatch.rule=Host(`jobsquatch-alpha.castaldifamily.com`)" + - "traefik.http.routers.jobsquatch.entrypoints=websecure" + - "traefik.http.routers.jobsquatch.tls=true" + - "traefik.http.routers.jobsquatch.tls.certresolver=cloudflare" + - "traefik.http.routers.jobsquatch.middlewares=security-headers@file" + - "traefik.http.services.jobsquatch.loadbalancer.server.port=80" networks: - jobsquatch-internal - proxy-net - labels: - - "traefik.enable=true" - - "traefik.http.routers.jobsquatch.rule=Host(`jobsquatch-alpha.castaldifamily.com`)" - - "traefik.http.routers.jobsquatch.entrypoints=websecure" - - "traefik.http.routers.jobsquatch.tls=true" - - "traefik.http.routers.jobsquatch.tls.certresolver=cloudflare" - - "traefik.http.routers.jobsquatch.middlewares=security-headers@file" - - "traefik.http.services.jobsquatch.loadbalancer.server.port=80" volumes: postgres_data: