From c71da29d0eba1ad143b1f2de87177cbd5fcd143b Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 15 Feb 2026 22:24:27 +0000 Subject: [PATCH] Update Financial_Containers/actual/compose.yaml --- Financial_Containers/actual/compose.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Financial_Containers/actual/compose.yaml b/Financial_Containers/actual/compose.yaml index 7434206..8067e44 100644 --- a/Financial_Containers/actual/compose.yaml +++ b/Financial_Containers/actual/compose.yaml @@ -26,9 +26,12 @@ services: - flame.name=${SERVICE_NAME} - flame.url=https://${SERVICE_NAME}.${DOMAIN_NAME} #Adjust to your domain or IP - flame.icon=finance + ### Enable Traefik - traefik.enable=true - - traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) - - traefik.http.routers.${SERVICE_NAME}.entrypoints=web + ### For HTTP + #- traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) + #- traefik.http.routers.${SERVICE_NAME}.entrypoints=web + ### For HTTPS - traefik.http.routers.${SERVICE_NAME}-https.tls=true - traefik.http.routers.${SERVICE_NAME}-https.tls.certresolver=cloudflare - traefik.http.routers.${SERVICE_NAME}-https.entrypoints=websecure