From 51e310ef125dbac4c498f461350c6f0227911ffe Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 8 Jul 2026 23:21:27 +0000 Subject: [PATCH] Update Financial_Containers/invoiceshelf/compose.yaml --- Financial_Containers/invoiceshelf/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Financial_Containers/invoiceshelf/compose.yaml b/Financial_Containers/invoiceshelf/compose.yaml index b79d7b5..f93f0e1 100644 --- a/Financial_Containers/invoiceshelf/compose.yaml +++ b/Financial_Containers/invoiceshelf/compose.yaml @@ -77,6 +77,7 @@ services: ### Traefik Labels - traefik.enable=true - traefik.http.routers.${SERVICE_NAME}-https.tls=true + - traefik.docker.network=traefik_network - 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}`)