diff --git a/code/websites/pokedex.online/backups/backup_20260130_000039.tar.gz b/code/websites/pokedex.online/backups/backup_20260130_000039.tar.gz deleted file mode 100644 index 2207724..0000000 Binary files a/code/websites/pokedex.online/backups/backup_20260130_000039.tar.gz and /dev/null differ diff --git a/code/websites/pokedex.online/backups/backup_20260130_002849.tar.gz b/code/websites/pokedex.online/backups/backup_20260130_002849.tar.gz new file mode 100644 index 0000000..7412bfc Binary files /dev/null and b/code/websites/pokedex.online/backups/backup_20260130_002849.tar.gz differ diff --git a/code/websites/pokedex.online/docker-compose.tmp.yml b/code/websites/pokedex.online/docker-compose.tmp.yml index f63f442..96c2748 100644 --- a/code/websites/pokedex.online/docker-compose.tmp.yml +++ b/code/websites/pokedex.online/docker-compose.tmp.yml @@ -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