🗑️ Remove outdated backup file and adjust Docker Compose configuration for OAuth redirect URIs
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -42,13 +42,13 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: pokedex-backend
|
container_name: pokedex-backend
|
||||||
ports:
|
ports:
|
||||||
- Discord OAuth Redirect URI (set dynamically by deployment script)
|
- '3099:3000'
|
||||||
- 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'
|
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=3000
|
- 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
|
# OAuth credentials loaded from .env file
|
||||||
env_file:
|
env_file:
|
||||||
- ./server/.env
|
- ./server/.env
|
||||||
|
|||||||
Reference in New Issue
Block a user