From 270dc6d5af080b80fe77c8c4183cf5ea50ca1323 Mon Sep 17 00:00:00 2001 From: Pierre Delpy Date: Fri, 31 Oct 2025 15:05:22 +0100 Subject: [PATCH] fix --- cce/modules/lens-compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cce/modules/lens-compose.yml b/cce/modules/lens-compose.yml index 6bf8330..129c188 100644 --- a/cce/modules/lens-compose.yml +++ b/cce/modules/lens-compose.yml @@ -5,7 +5,7 @@ services: image: ghcr.io/samply/cce-explorer:pr-1 labels: - "traefik.enable=true" - - "traefik.http.routers.landing.rule=Host(`${GUI_HOST}`)" + - "traefik.http.routers.landing.rule=Host(`${HOST}`)" - "traefik.http.routers.landing.tls=true" spot: @@ -18,7 +18,7 @@ services: BEAM_SECRET: "${LOCAL_BEAM_SECRET_SPOT}" BEAM_PROXY_URL: http://beam-proxy:8081 BEAM_APP_ID: "spot.${LOCAL_BEAM_ID}.${BROKER_HOST}" - CORS_ORIGIN: "https://${GUI_HOST}" + CORS_ORIGIN: "https://${HOST}" SITES: ${SITES} TRANSFORM: LENS PROJECT: cce @@ -41,5 +41,4 @@ services: - "traefik.http.routers.spot.rule=Host(`${HOST}`) && PathPrefix(`/prod`)" - "traefik.http.middlewares.stripprefix_spot.stripprefix.prefixes=/prod" - "traefik.http.routers.spot.tls=true" - - "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth" -a \ No newline at end of file + - "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth" \ No newline at end of file