fix: match container ports to host ports
This commit is contained in:
@@ -12,9 +12,9 @@ The deployment model is expected to follow the shared dev, QA, and production br
|
||||
|
||||
## Port Mapping
|
||||
|
||||
- Dev: host port `7003` -> container port `3000`
|
||||
- QA: host port `6003` -> container port `3000`
|
||||
- Production: host port `5003` -> container port `3000`
|
||||
- Dev: host port `7003` -> container port `7003`
|
||||
- QA: host port `6003` -> container port `6003`
|
||||
- Production: host port `5003` -> container port `5003`
|
||||
|
||||
## Health Check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user