docs(README): 更新项目部署文档添加完整部署指南
更新 README.md 文件,提供详细的单机部署指南,包括: - 完整的服务架构说明和请求链路图解 - 环境变量配置说明和示例 - 逐步部署流程(镜像构建、网络创建、服务启动) - 健康检查和首次注册验收步骤 - 常见问题解答 同时更新各个子模块的 README 添加环境变量示例文件引用
This commit is contained in:
5
auth-portal/src/.env.example
Normal file
5
auth-portal/src/.env.example
Normal 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
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user