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