fix: align environment ports
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user