chore: pass PRINTFUL_STORE_ID and PUBLIC_URL to backend container

Secrets are stored in Infisical and injected at startup via the
entrypoint script. Docker-compose also passes them as fallback env
vars from the host .env.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-24 17:04:44 -08:00
parent e5317dab27
commit be893db11e
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ services:
- DESIGNS_PATH=/app/designs
- CONFIG_PATH=/app/config
- SPACES_PATH=/app/spaces
- PRINTFUL_STORE_ID=${PRINTFUL_STORE_ID:-}
- PUBLIC_URL=${PUBLIC_URL:-https://rswag.online}
volumes:
- ./designs:/app/designs
- ./config:/app/config:ro