8 Commits

Author SHA1 Message Date
71c604411d feat: deploy skill 2026-04-12 20:15:41 +08:00
d1ee0bbad2 chore: 加固生产部署配置
- 移除未使用的 Redis 服务
- 移除 PostgreSQL 端口暴露,仅保留 Docker 内部访问
- server 添加 healthcheck,mcp 依赖 server 确保 migration 完成后启动
- .dockerignore 排除 .env 等敏感文件
- .env.example 对齐实际所需字段

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 17:43:09 +08:00
5e6efdaf59 fix: Docker 构建改用 npm 替代 pnpm + 补全 OAuth/Redis 环境变量
- Dockerfile 全部改为 npm install + 全局 tsc,解决 pnpm 符号链接问题
- docker-compose 添加 Redis 服务、OAuth 环境变量透传、web 端口改为可配置
- MCP URL 改用 window.location.origin 适配反向代理
- tsconfig 添加 paths 映射解决 Docker 内模块引用

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 17:24:52 +08:00
6aaba810d8 fix: fetch OpenAPI doc from browser to avoid Docker network isolation, add Swagger 2.0 support 2026-04-02 14:51:43 +08:00
5f76abec8b fix: fix Docker dev proxy and handle non-JSON error responses in frontend 2026-04-02 14:48:40 +08:00
0905b0302b fix: expose Vite dev server to network in Docker 2026-04-02 13:50:56 +08:00
dfe2a5acae fix: fix Docker dev mode - build shared before starting, fix web container 2026-04-02 13:44:01 +08:00
f5907892bf feat: add Docker Compose setup with Dockerfiles for all services
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 13:39:21 +08:00