Update Financial_Containers/actual/compose.yaml

This commit is contained in:
2026-02-12 03:37:42 +00:00
parent b889324726
commit 52f9f0015f
+2 -2
View File
@@ -31,8 +31,8 @@ services:
- traefik.http.routers.${SERVICE_NAME}.entrypoints=web - traefik.http.routers.${SERVICE_NAME}.entrypoints=web
- 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}-https.entrypoints=websecure
- traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) - traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`actual.home.gabesville.com`)
restart: unless-stopped restart: unless-stopped
networks: networks:
traefik_network: traefik_network: