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:
parent
3ba7560f82
commit
b27b1395f7
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ services:
|
||||||
STRIPE_SECRET_KEY: ${STRIPE_SECRET_KEY}
|
STRIPE_SECRET_KEY: ${STRIPE_SECRET_KEY}
|
||||||
STRIPE_WEBHOOK_SECRET: ${STRIPE_WEBHOOK_SECRET}
|
STRIPE_WEBHOOK_SECRET: ${STRIPE_WEBHOOK_SECRET}
|
||||||
STRIPE_PRICE_ID: ${STRIPE_PRICE_ID}
|
STRIPE_PRICE_ID: ${STRIPE_PRICE_ID}
|
||||||
|
SWISH_NUMBER: ${SWISH_NUMBER}
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue