Pass SWISH_NUMBER to production backend container.

Payment instructions need the merchant Swish number from environment
variables, consistent with dev compose.
This commit is contained in:
Joakim Mörling 2026-05-21 14:49:50 +02:00
parent 3ba7560f82
commit b27b1395f7

View file

@ -29,6 +29,7 @@ services:
STRIPE_SECRET_KEY: ${STRIPE_SECRET_KEY}
STRIPE_WEBHOOK_SECRET: ${STRIPE_WEBHOOK_SECRET}
STRIPE_PRICE_ID: ${STRIPE_PRICE_ID}
SWISH_NUMBER: ${SWISH_NUMBER}
depends_on:
postgres:
condition: service_healthy