docs(README): 更新项目部署文档添加完整部署指南

更新 README.md 文件,提供详细的单机部署指南,包括:
- 完整的服务架构说明和请求链路图解
- 环境变量配置说明和示例
- 逐步部署流程(镜像构建、网络创建、服务启动)
- 健康检查和首次注册验收步骤
- 常见问题解答

同时更新各个子模块的 README 添加环境变量示例文件引用
This commit is contained in:
2026-03-16 11:23:17 +08:00
parent df5e3d693c
commit 53c42bb81b
10 changed files with 467 additions and 92 deletions

View File

@ -0,0 +1,5 @@
# auth-portal server-side runtime config
AUTHZ_API_BASE_URL=http://nano-authz-service:19090
DEPLOY_API_BASE_URL=http://nano-deploy-control:8090
DEPLOY_API_TOKEN=change-me

View File

@ -10,6 +10,10 @@ Dedicated login/register frontend for nanobot containers.
Registration now goes through AuthZ, while login/runtime lookup still uses deploy-control:
See also:
- [`.env.example`](/home/ivan/xuan/nano_project/auth-portal/src/.env.example)
```bash
AUTHZ_API_BASE_URL=http://127.0.0.1:19090
DEPLOY_API_BASE_URL=http://127.0.0.1:8090