🔧 Remove unused OAuth-related environment variables from production Docker Compose configuration

This commit is contained in:
2026-01-30 05:02:38 +00:00
parent f5629bce50
commit 7663d9ce4c

View File

@@ -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: