Commit Graph

4 Commits

Author SHA1 Message Date
chiguyong 66e4bff60d chore: add Docker log rotation to all production services
- Add json-file log driver with rotation to all 4 services
- Backend/frontend: max-size 50m, max-file 5
- PostgreSQL: max-size 30m, max-file 3
- Redis: max-size 20m, max-file 3
- Prevents disk exhaustion from unbounded container logs
2026-06-04 14:22:33 +08:00
chiguyong ee8578c3d7 chore: split Dockerfile into runtime+e2e stages, add healthchecks
- Split Dockerfile: runtime stage (no Playwright) + e2e stage (adds Chromium)
- Add healthcheck to backend and frontend in docker-compose.prod.yml
- Fix REDIS_URL default to empty string (no hardcoded password)
- Add RATE_LIMIT_BACKEND=redis to production env example
- Remove deprecated version field from docker-compose.prod.yml
2026-06-04 14:04:11 +08:00
chiguyong 98d6528dc2 chore: switch prod PostgreSQL to pgvector image and secure .env.production 2026-06-02 21:09:13 +08:00
chiguyong 9e63915f42 feat: 完成系统真实化改造 + Mock清除 + 文档编写
- 实现 Onboarding 后端 API(6个端点完整对接)
- 接入百炼 DashScope LLM(qwen3-coder-plus 真实引用检测)
- 修复知识库 MockEmbedder(自动检测 API Key 切换真实 Embedder)
- 内容生成对接 RAG 知识库检索
- 清除前端 onboarding 硬编码假数据(改为错误提示+重试)
- 移除模拟加载延迟(setTimeout)
- Pipeline dry-run 模式添加生产环境告警
- 添加操作流程文档和后续待办事项文档
- 更新 .gitignore 排除测试产物和临时文件
2026-05-23 21:35:10 +08:00