🗑️ Remove outdated backup file and adjust Docker Compose configuration for OAuth redirect URIs
This commit is contained in:
@@ -42,13 +42,13 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: pokedex-backend
|
||||
ports:
|
||||
- Discord OAuth Redirect URI (set dynamically by deployment script)
|
||||
- DISCORD_REDIRECT_URI=${DISCORD_REDIRECT_URI:-http://localhost:3099/oauth/callback}
|
||||
- VITE_DISCORD_REDIRECT_URI=${VITE_DISCORD_REDIRECT_URI:-http://localhost:8099/oauth/callback}
|
||||
# '3099:3000'
|
||||
- '3099:3000'
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
# Discord OAuth Redirect URI (set dynamically by deployment script)
|
||||
- DISCORD_REDIRECT_URI=${DISCORD_REDIRECT_URI:-http://localhost:3099/oauth/callback}
|
||||
- VITE_DISCORD_REDIRECT_URI=${VITE_DISCORD_REDIRECT_URI:-http://localhost:8099/oauth/callback}
|
||||
# OAuth credentials loaded from .env file
|
||||
env_file:
|
||||
- ./server/.env
|
||||
|
||||
Reference in New Issue
Block a user