- Backend: 127.0.0.1:1222 → container :8000 (avoids conflict with :8000)
- PG: 10.220.168.5:15432, Redis: 10.220.168.5:16379 (for Cloud Run VPC access)
- No host binding on standard ports to avoid conflicts with other apps
- Updated firewall rule and Cloud Run worker script accordingly
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- docker-compose.prod.yml: bind db to 10.220.168.5:5432, redis to 10.220.168.5:6379
- cloud-run-worker.sh: use VM internal IP for all service URLs,
auto-configure Docker auth, source .env for secrets
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>