fix(docker): pass INTERNAL_API_KEY env var to rspace container

Required for on-ramp/off-ramp internal API endpoints.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-23 17:53:30 -07:00
parent bfdb320b3e
commit 5775e810d6
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ services:
- INFISICAL_AI_CLIENT_SECRET=${INFISICAL_AI_CLIENT_SECRET}
- INFISICAL_AI_PROJECT_SLUG=claude-ops
- INFISICAL_AI_SECRET_PATH=/ai
- INTERNAL_API_KEY=${INTERNAL_API_KEY}
- LISTMONK_URL=https://newsletter.cosmolocal.world
- NOTEBOOK_API_URL=http://open-notebook:5055
- SPLIT_360_URL=http://video360-splitter:5000