chore: set backend default port to 9080

This commit is contained in:
Yoilun
2026-04-27 10:08:36 +08:00
parent d4e351df71
commit 992e243177
6 changed files with 76 additions and 30 deletions

View File

@@ -13,7 +13,7 @@ services:
- people-flow-project
environment:
TZ: ${TZ:-Asia/Shanghai}
MANAGED_PORTAL_HTTP_ADDR: ":8080"
MANAGED_PORTAL_HTTP_ADDR: ":9080"
MANAGED_PORTAL_REGISTRY_PATH: "/app/managed_services.yaml"
volumes:
- /var/run/docker.sock:/var/run/docker.sock