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:
parent
bfdb320b3e
commit
5775e810d6
|
|
@ -52,6 +52,7 @@ services:
|
||||||
- INFISICAL_AI_CLIENT_SECRET=${INFISICAL_AI_CLIENT_SECRET}
|
- INFISICAL_AI_CLIENT_SECRET=${INFISICAL_AI_CLIENT_SECRET}
|
||||||
- INFISICAL_AI_PROJECT_SLUG=claude-ops
|
- INFISICAL_AI_PROJECT_SLUG=claude-ops
|
||||||
- INFISICAL_AI_SECRET_PATH=/ai
|
- INFISICAL_AI_SECRET_PATH=/ai
|
||||||
|
- INTERNAL_API_KEY=${INTERNAL_API_KEY}
|
||||||
- LISTMONK_URL=https://newsletter.cosmolocal.world
|
- LISTMONK_URL=https://newsletter.cosmolocal.world
|
||||||
- NOTEBOOK_API_URL=http://open-notebook:5055
|
- NOTEBOOK_API_URL=http://open-notebook:5055
|
||||||
- SPLIT_360_URL=http://video360-splitter:5000
|
- SPLIT_360_URL=http://video360-splitter:5000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue