Skip to content

Commit

Permalink
Add FTD env var (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher authored Jan 21, 2025
1 parent 1492e36 commit 1b5bba6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ services:
- RTD_DJANGO_DEBUG
- RTD_EXT_THEME_ENABLED
- RTD_EXT_THEME_DEV_SERVER_ENABLED
- RTD_FILETREEDIFF_ALL

# Allow us to run `docker attach readthedocsorg_proxito_1` and get
# control on STDIN and be able to debug our code with interactive pdb
Expand Down Expand Up @@ -145,6 +146,7 @@ services:
- RTD_SOCIALACCOUNT_PROVIDERS_BITBUCKET_OAUTH2_SECRET
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_CLIENT_ID
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_SECRET
- RTD_FILETREEDIFF_ALL
stdin_open: true
tty: true
networks:
Expand Down Expand Up @@ -215,6 +217,7 @@ services:
- RTD_SOCIALACCOUNT_PROVIDERS_BITBUCKET_OAUTH2_SECRET
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_CLIENT_ID
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_SECRET
- RTD_FILETREEDIFF_ALL
stdin_open: true
tty: true
networks:
Expand Down Expand Up @@ -247,6 +250,7 @@ services:
- RTD_SOCIALACCOUNT_PROVIDERS_BITBUCKET_OAUTH2_SECRET
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_CLIENT_ID
- RTD_SOCIALACCOUNT_PROVIDERS_GOOGLE_SECRET
- RTD_FILETREEDIFF_ALL
stdin_open: true
tty: true
networks:
Expand Down Expand Up @@ -286,6 +290,7 @@ services:
- RTD_PUBLIC_DOMAIN
- RTD_LOGGING_LEVEL
- RTD_DJANGO_DEBUG
- RTD_FILETREEDIFF_ALL
stdin_open: true
tty: true
networks:
Expand Down

0 comments on commit 1b5bba6

Please sign in to comment.