arch-design-agent-skill-das.../design/technology-architecture/02-environments.csv

4 lines
320 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

env_id,env_name,purpose,infra,url,notes
ENV-DEV,开发环境,本地开发调试,uvicorn + vite dev无 Docker,http://localhost:5173 + http://localhost:8900,前后端分别直接运行
ENV-PROD,生产环境,服务器部署,Docker ComposeNginx + Python 容器),http://<server>:80,通过 docker compose up 部署