Skip to content

Commit

Permalink
Docker changes for the Twitter Provider (publiclab#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidharthBansal authored and jywarren committed Jun 29, 2018
1 parent b12caaa commit 02f04c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ services:
- OAUTH_GOOGLE_APP_SECRET=${OAUTH_GOOGLE_APP_SECRET}
- OAUTH_GITHUB_APP_KEY=${OAUTH_GITHUB_APP_KEY}
- OAUTH_GITHUB_APP_SECRET=${OAUTH_GITHUB_APP_SECRET}
- OAUTH_TWITTER_APP_KEY=${OAUTH_TWITTER_APP_KEY}
- OAUTH_TWITTER_APP_SECRET=${OAUTH_TWITTER_APP_SECRET}
volumes:
- ..:/app
- /etc/passwd:/etc/passwd:ro
Expand Down
2 changes: 2 additions & 0 deletions containers/docker-compose-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
- OAUTH_GOOGLE_APP_SECRET=${OAUTH_GOOGLE_APP_SECRET}
- OAUTH_GITHUB_APP_KEY=${OAUTH_GITHUB_APP_KEY}
- OAUTH_GITHUB_APP_SECRET=${OAUTH_GITHUB_APP_SECRET}
- OAUTH_TWITTER_APP_KEY=${OAUTH_TWITTER_APP_KEY}
- OAUTH_TWITTER_APP_SECRET=${OAUTH_TWITTER_APP_SECRET}
volumes:
- ..:/app
ports:
Expand Down
2 changes: 2 additions & 0 deletions containers/docker-compose-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
- OAUTH_GOOGLE_APP_SECRET=${OAUTH_GOOGLE_APP_SECRET}
- OAUTH_GITHUB_APP_KEY=${OAUTH_GITHUB_APP_KEY}
- OAUTH_GITHUB_APP_SECRET=${OAUTH_GITHUB_APP_SECRET}
- OAUTH_TWITTER_APP_KEY=${OAUTH_TWITTER_APP_KEY}
- OAUTH_TWITTER_APP_SECRET=${OAUTH_TWITTER_APP_SECRET}
volumes:
- ..:/app
ports:
Expand Down

0 comments on commit 02f04c9

Please sign in to comment.