docs: test reports + knowledge iteration design + PRDs

提交 OTP/RBAC/Tier0/Tier1/P0+P2 测试报告、方案A E2E 验证、知识库迭代设计(PRD/mermaid/html 原型)、项目状态看板更新; 根配置 docker-compose.yml/mkdocs.yml。
This commit is contained in:
Simon
2026-07-09 11:50:19 +08:00
parent 584c975e7f
commit e4e2de47bb
21 changed files with 3311 additions and 214 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ services:
command: >
/bin/sh -c "
echo '>>> 启动 API 服务 (跳过迁移)...' &&
uvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 2
uvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 1
"
networks:
- it-desk-internal