chore: 更新 Docker 部署配置及文档

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wuyongtao
2026-07-21 11:36:43 +08:00
parent e18a367abb
commit 284995d79c
4 changed files with 14 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ CUDA_VISIBLE_DEVICES=0,1,2,3
## 10. 部署检查清单
- PostgreSQL 已初始化 `docs/postgres-schema.sql`
- PostgreSQL 已初始化当前运行脚本 `backend/app/db/sql/001_platform_runtime.sql``docs/postgres-schema.sql` 作为目标架构设计,后续通过迁移体系逐步收敛
- Redis 可连通。
- 后端 `GET /modelTF/health` 正常。
- Compute API 健康检查正常。