更新 README.md 文件,提供详细的单机部署指南,包括: - 完整的服务架构说明和请求链路图解 - 环境变量配置说明和示例 - 逐步部署流程(镜像构建、网络创建、服务启动) - 健康检查和首次注册验收步骤 - 常见问题解答 同时更新各个子模块的 README 添加环境变量示例文件引用
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
# router-proxy startup config
|
|
|
|
PROXY_IMAGE=nginx:1.27-alpine
|
|
PROXY_CONTAINER_NAME=nano-router-proxy
|
|
PROXY_NETWORK_NAME=nano-instance-edge
|
|
PROXY_HTTP_PORT=8088
|
|
|
|
REGISTRY_PATH=/home/ivan/xuan/nano_project/app-instance/runtime/registry/instances.json
|
|
OUTPUT_PATH=/home/ivan/xuan/nano_project/router-proxy/runtime/conf.d/instances.conf
|