Skip to content

Commit

Permalink
Add env var pass through for allauth provider secrets (readthedocs#209)
Browse files Browse the repository at this point in the history
* Add env var pass through for allauth provider secrets

This has a matching community PR to support settings these from the
host. This is similar to the pattern we're using for Stripe secrets

* Drop unused env var pass throughs

* Drop bitbucket provider env var passthrough
  • Loading branch information
agjohnson authored Mar 7, 2024
1 parent 7d90826 commit 4af0fff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ services:
- RTD_STRIPE_SECRET
- RTD_STRIPE_PUBLISHABLE
- RTD_DJSTRIPE_WEBHOOK_SECRET
- RTD_SOCIALACCOUNT_PROVIDERS_GITHUB_CLIENT_ID
- RTD_SOCIALACCOUNT_PROVIDERS_GITHUB_SECRET
- RTD_SOCIALACCOUNT_PROVIDERS_GITLAB_CLIENT_ID
- RTD_SOCIALACCOUNT_PROVIDERS_GITLAB_SECRET
- RTD_SOCIALACCOUNT_PROVIDERS_BITBUCKET_OAUTH2_CLIENT_ID
- RTD_SOCIALACCOUNT_PROVIDERS_BITBUCKET_OAUTH2_SECRET
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_CLIENT_ID
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_SECRET
stdin_open: true
tty: true
networks:
Expand Down

0 comments on commit 4af0fff

Please sign in to comment.