release(main): 调整 nginx 入口为 8888 端口

This commit is contained in:
Cheng Zhou
2026-03-31 09:35:32 +08:00
parent e5e97e640b
commit fccfc60bc8
8 changed files with 11 additions and 13 deletions
+3 -3
View File
@@ -10,8 +10,8 @@
- 默认无任何 demo 数据;生产初始化只确保固定管理员 `admin@huapont.cn / admin123` 存在
- 验证方式:
- `docker compose config`
- `curl -i http://127.0.0.1/`
- `curl -i http://127.0.0.1/health`
- `curl -i http://127.0.0.1:8888/`
- `curl -i http://127.0.0.1:8888/health`
## 账号与注册
- 初始化管理员:`admin@huapont.cn / admin123`(通过生产初始化命令显式创建)
@@ -28,7 +28,7 @@
- 普通成员(无项目角色):仅浏览
## 访问方式
- 前端:`http://localhost`
- 前端:`http://localhost:8888`
- 后端 API:同域 `/api/v1/*`
- `nginx` 负责托管前端静态资源,并将 `/api``/health` 转发到 `backend`