chore: 补充生产部署配置

- requirements.txt 添加 requests 依赖
- 新增 docker-compose.prod.yml 生产编排文件
- 新增 frontend/Dockerfile.prod 前端生产镜像
- 新增 frontend/nginx.conf 反向代理配置
This commit is contained in:
hiderfong
2026-04-25 10:45:25 +08:00
parent 474e7aa543
commit e7c7f92b69
4 changed files with 196 additions and 1 deletions
+2 -1
View File
@@ -20,4 +20,5 @@ openpyxl==3.1.2
python-docx==1.1.2
scikit-learn==1.5.0
numpy==1.26.4
pandas==2.2.2
pandas==2.2.2
requests==2.32.3