Update Financial_Containers/actual/compose.yaml

This commit is contained in:
2026-02-12 03:34:34 +00:00
parent e82f8cef00
commit b889324726
+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}.entrypoints=websecure - traefik.http.routers.${SERVICE_NAME}.entrypoints=websecure
- traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.home.gabesville.com`) - traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)
restart: unless-stopped restart: unless-stopped
networks: networks:
traefik_network: traefik_network: