Update Financial_Containers/invoiceshelf/compose.yaml

This commit is contained in:
2026-07-08 23:21:27 +00:00
parent e642f3b6be
commit 51e310ef12
@@ -77,6 +77,7 @@ services:
### Traefik Labels ### Traefik Labels
- traefik.enable=true - traefik.enable=true
- traefik.http.routers.${SERVICE_NAME}-https.tls=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.tls.certresolver=cloudflare
- traefik.http.routers.${SERVICE_NAME}-https.entrypoints=websecure - traefik.http.routers.${SERVICE_NAME}-https.entrypoints=websecure
- traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) - traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)