From 27fe256c7df1465ce4e98b117f6341a145a83172 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 12 Feb 2026 03:06:04 +0000 Subject: [PATCH] Update Financial_Containers/actual/compose.yaml --- Financial_Containers/actual/compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Financial_Containers/actual/compose.yaml b/Financial_Containers/actual/compose.yaml index 4566cf2..e363915 100644 --- a/Financial_Containers/actual/compose.yaml +++ b/Financial_Containers/actual/compose.yaml @@ -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: