From be893db11e7d9baa4bdbca91fc1bdc8f8587c3a6 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 17:04:44 -0800 Subject: [PATCH] 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 --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0da0b9b..1c6c283 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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