"update service port documentation with subdomain information and add new feature requirements"

This commit is contained in:
louiscklaw
2025-06-13 12:10:44 +08:00
parent ebc8a81641
commit f23a6b7d9c
2 changed files with 61 additions and 8 deletions

View File

@@ -6,11 +6,11 @@ tags: docker, ports
## 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 |
| Service | Host **Port** | Container Port | Environment | Purpose | subdomain |
| ----------- | ------------- | -------------- | ----------- | -------------------------------- | ------------------------ |
| Frontend | 10001 | 8080 | All | Web application access | pa_admin.louislabs.com |
| Mobile | 10004 | 3000 | All | Mobile application access | pa_mobile.louislabs.com |
| CMS Backend | 10002 | 7272 | All | Main API access | pa_backend.louislabs.com |
| CMS Backend | 10003 | 5555 | All | Additional service access | --- |
| Postgres | - | 5432 | Production | Database access (container only) | --- |
| Postgres | 5432 | 5432 | Development | Database access | --- |