Skip to content

Commit b4c4a84

Browse files
authored
Allow passing in Stripe configuration from the host (#191)
* Allow passing in Stripe configuration from the host * Add djstripe webhook secret too
1 parent 9e0ca9f commit b4c4a84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dockerfiles/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ services:
8181
- MINIO_ROOT_PASSWORD=password
8282
- RTD_LOGGING_LEVEL
8383
- RTD_DJANGO_DEBUG
84+
- RTD_STRIPE_SECRET
85+
- RTD_STRIPE_PUBLISHABLE
86+
- RTD_DJSTRIPE_WEBHOOK_SECRET
8487
stdin_open: true
8588
tty: true
8689
networks:

0 commit comments

Comments
 (0)