Update Financial_Containers/actual/compose.yaml

This commit is contained in:
2026-02-12 03:06:04 +00:00
parent 8acae352de
commit 27fe256c7d
+4
View File
@@ -29,6 +29,10 @@ services:
- traefik.enable=true
- traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)
- traefik.http.routers.${SERVICE_NAME}.entrypoints=web
- traefik.http.routers.${SERVICE_NAME}-https.tls=true
- traefik.http.routers.${SERVICE_NAME}-https.tls.certresolver=cloudflare
- traefik.http.routers.${SERVICE_NAME}.entrypoints=websecure
- traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)
restart: unless-stopped
networks:
traefik_network: