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:
parent
e5317dab27
commit
be893db11e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue