Skip to content

Commit

Permalink
Allow passing in Stripe configuration from the host (#191)
Browse files Browse the repository at this point in the history
* Allow passing in Stripe configuration from the host

* Add djstripe webhook secret too
  • Loading branch information
agjohnson authored Dec 18, 2023
1 parent 9e0ca9f commit b4c4a84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ services:
- MINIO_ROOT_PASSWORD=password
- RTD_LOGGING_LEVEL
- RTD_DJANGO_DEBUG
- RTD_STRIPE_SECRET
- RTD_STRIPE_PUBLISHABLE
- RTD_DJSTRIPE_WEBHOOK_SECRET
stdin_open: true
tty: true
networks:
Expand Down

0 comments on commit b4c4a84

Please sign in to comment.