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: