fix(compose): pass CLI_TOKEN_SECRET through to the app service

The explicit `environment:` map in compose filters which .env vars reach
the container. Adding CLI_TOKEN_SECRET so the new CLI-token verifier can
read it at runtime.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-15 08:38:05 -07:00
co-authored by Claude Opus 4.7
parent 2bd8ea705d
commit e1fa1197f4
+1
View File
@@ -92,6 +92,7 @@ services:
EMBEDDING_DIM: ${EMBEDDING_DIM:-384}
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET:?required}
CLI_TOKEN_SECRET: ${CLI_TOKEN_SECRET:?required}
ports:
# Exposed to the host so an external reverse proxy (HAProxy, nginx,
# etc.) can reach the app. When using the `tls` profile, Caddy also