fix: align environment ports

This commit is contained in:
2026-05-22 07:57:48 +00:00
parent abfc8dcf8e
commit 252cc226b4
6 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,12 @@ The deployment model is expected to follow the shared dev, QA, and production br
- `DATABASE_URL` should target the environment-specific PostgreSQL instance.
- Stripe and email provider secrets live in environment variables.
## Port Mapping
- Dev: host port `7003` -> container port `3000`
- QA: host port `6003` -> container port `3000`
- Production: host port `5003` -> container port `3000`
## Health Check
- `GET /api/health` returns a lightweight JSON readiness response.