Skip to content

Commit 4af0fff

Browse files
authored
Add env var pass through for allauth provider secrets (readthedocs#209)
* 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
1 parent 7d90826 commit 4af0fff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dockerfiles/docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ services:
109109
- RTD_STRIPE_SECRET
110110
- RTD_STRIPE_PUBLISHABLE
111111
- RTD_DJSTRIPE_WEBHOOK_SECRET
112+
- RTD_SOCIALACCOUNT_PROVIDERS_GITHUB_CLIENT_ID
113+
- RTD_SOCIALACCOUNT_PROVIDERS_GITHUB_SECRET
114+
- RTD_SOCIALACCOUNT_PROVIDERS_GITLAB_CLIENT_ID
115+
- RTD_SOCIALACCOUNT_PROVIDERS_GITLAB_SECRET
116+
- RTD_SOCIALACCOUNT_PROVIDERS_BITBUCKET_OAUTH2_CLIENT_ID
117+
- RTD_SOCIALACCOUNT_PROVIDERS_BITBUCKET_OAUTH2_SECRET
118+
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_CLIENT_ID
119+
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_SECRET
112120
stdin_open: true
113121
tty: true
114122
networks:

0 commit comments

Comments
 (0)