Add APP_spot_KEY env var under the beam-proxy section. (#358)

This commit is contained in:
Manoj Waikar
2025-11-19 09:33:18 +01:00
committed by GitHub
parent ab6e05826f
commit 56a8aac326

View File

@@ -37,3 +37,8 @@ services:
- "traefik.http.middlewares.stripprefix_spot.stripprefix.prefixes=/prod" - "traefik.http.middlewares.stripprefix_spot.stripprefix.prefixes=/prod"
- "traefik.http.routers.spot.tls=true" - "traefik.http.routers.spot.tls=true"
- "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth" - "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth"
beam-proxy:
environment:
APP_spot_KEY: ${FOCUS_BEAM_SECRET_SHORT}