Update Financial_Containers/actual/compose.yaml

This commit is contained in:
2026-02-12 03:39:33 +00:00
parent 52f9f0015f
commit 52948defa7
+1 -1
View File
@@ -32,7 +32,7 @@ services:
- traefik.http.routers.${SERVICE_NAME}-https.tls=true - traefik.http.routers.${SERVICE_NAME}-https.tls=true
- 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(`actual.home.gabesville.com`) - traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)
restart: unless-stopped restart: unless-stopped
networks: networks:
traefik_network: traefik_network: