"update service port configuration and docker setup"

This commit is contained in:
louiscklaw
2025-06-11 12:37:22 +08:00
parent cc4d035f97
commit f487427b2c
4 changed files with 50 additions and 17 deletions

View File

@@ -0,0 +1,16 @@
---
tags: docker, ports
---
# REQ0180 service port schedule
## Port Usage
| Service | Host Port | Container Port | Environment | Purpose |
| ----------- | --------- | -------------- | ----------- | -------------------------------- |
| Frontend | 10001 | 8080 | All | Web application access |
| Mobile | 10004 | 3000 | All | Mobile application access |
| CMS Backend | 10002 | 7272 | All | Main API access |
| CMS Backend | 10003 | 5555 | All | Additional service access |
| Postgres | - | 5432 | Production | Database access (container only) |
| Postgres | 5432 | 5432 | Development | Database access |