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

554 B

1component_idcomponent_nametypetechnologyportdescriptionphase
2CMP-NGINXNginx 前端容器containerNginx80Serve 前端静态文件 + 反向代理 /api → backendMVP
3CMP-BACKENDPython 后端容器containerFastAPI + Uvicorn8900REST API 服务MVP
4CMP-DESIGN-VOL设计文件 Volumevolume mountfilesystemN/A挂载宿主机设计文件目录(rw)MVP
5CMP-REGISTRY-VOL注册表 Volumedocker volumefilesystemN/A存储 projects.jsonMVP
6CMP-CODE-VOL代码仓库 Volumevolume mountfilesystemN/A挂载宿主机代码目录(ro)Phase2