🗑️ Remove outdated backup file and unused environment variables from Docker Compose configuration

This commit is contained in:
2026-01-30 05:03:09 +00:00
parent 7663d9ce4c
commit 2ef40ac5a3
3 changed files with 0 additions and 4 deletions

View File

@@ -43,10 +43,6 @@ services:
- NODE_ENV=production - NODE_ENV=production
- PORT=3000 - PORT=3000
# OAuth credentials loaded from .env file # 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: env_file:
- ./server/.env - ./server/.env
volumes: volumes: