arch-design-agent-skill-das.../design/technology-architecture/01-runtime-components.csv

7 lines
554 B
Plaintext

component_id,component_name,type,technology,port,description,phase
CMP-NGINX,Nginx 前端容器,container,Nginx,80,Serve 前端静态文件 + 反向代理 /api → backend,MVP
CMP-BACKEND,Python 后端容器,container,FastAPI + Uvicorn,8900,REST API 服务,MVP
CMP-DESIGN-VOL,设计文件 Volume,volume mount,filesystem,N/A,挂载宿主机设计文件目录(rw),MVP
CMP-REGISTRY-VOL,注册表 Volume,docker volume,filesystem,N/A,存储 projects.json,MVP
CMP-CODE-VOL,代码仓库 Volume,volume mount,filesystem,N/A,挂载宿主机代码目录(ro),Phase2