Skip to content

Commit

Permalink
fix: #dev-deploy add oauth2 parameters to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
KartVen committed Dec 1, 2024
1 parent c3a8efd commit 9220758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
environment:
FRONTEND_PUBLIC_HOST: ${FRONTEND_PUBLIC_HOST}
CORS_ALLOWED_ORIGINS: ${CORS_ALLOWED_ORIGINS}
OAUTH_GITHUB_ID: ${OAUTH_GITHUB_ID}
OAUTH_GITHUB_KEY: ${OAUTH_GITHUB_KEY}
EUREKA_URL: ${EUREKA_URL}
deploy:
replicas: 1
Expand Down

0 comments on commit 9220758

Please sign in to comment.