fix(rcart): add Transak API key to docker-compose environment

TRANSAK_ENV was set to PRODUCTION but TRANSAK_API_KEY_PRODUCTION was
missing, causing the Transak session endpoint to return 503. Add the
env var reference so rCart card payments work in production.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-03 02:06:57 +00:00
parent 8c349d2003
commit 1b8fcbdf47
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ services:
- SPLIT_360_URL=http://video360-splitter:5000
- SCRIBUS_BRIDGE_URL=http://scribus-novnc:8765
- TRANSAK_ENV=PRODUCTION
- TRANSAK_API_KEY_PRODUCTION=${TRANSAK_API_KEY_PRODUCTION}
- SCRIBUS_BRIDGE_SECRET=${SCRIBUS_BRIDGE_SECRET}
- SCRIBUS_NOVNC_URL=https://design.rspace.online
- IPFS_API_URL=http://collab-server-ipfs-1:5001