🔧 Remove unused OAuth-related environment variables from production Docker Compose configuration
This commit is contained in:
@@ -44,10 +44,6 @@ services:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
# OAuth credentials loaded from .env file
|
||||
- CHALLONGE_CLIENT_ID=${CHALLONGE_CLIENT_ID}
|
||||
- CHALLONGE_CLIENT_SECRET=${CHALLONGE_CLIENT_SECRET}
|
||||
- REDIRECT_URI=${REDIRECT_URI}
|
||||
- SESSION_SECRET=${SESSION_SECRET}
|
||||
env_file:
|
||||
- ./server/.env
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user