From 56a8aac326737c5a95b90e74d5aa776725ec7836 Mon Sep 17 00:00:00 2001 From: Manoj Waikar Date: Wed, 19 Nov 2025 09:33:18 +0100 Subject: [PATCH] Add APP_spot_KEY env var under the beam-proxy section. (#358) --- cce/modules/lens-compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cce/modules/lens-compose.yml b/cce/modules/lens-compose.yml index cb173bc..de3430a 100644 --- a/cce/modules/lens-compose.yml +++ b/cce/modules/lens-compose.yml @@ -36,4 +36,9 @@ 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" \ No newline at end of file + - "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth" + + beam-proxy: + environment: + APP_spot_KEY: ${FOCUS_BEAM_SECRET_SHORT} + \ No newline at end of file