7 Commits

Author SHA1 Message Date
¨NW¨
3c8f13d41f fix: match docker GID 988 with host for socket access 2026-04-11 02:05:29 +01:00
¨NW¨
fc72e54ced fix: use correct Docker CLI download URL 2026-04-11 01:52:20 +01:00
¨NW¨
32a20234d4 feat: use docker run for agent containers + add Docker socket to control-center
- Replace docker service create with docker run for agent deployment
- Add Docker CLI to control-center image for container management
- Mount Docker socket in control-center container
- Add AGENT_DATABASE_URL (Go format) to compose environment
- Fix container status check from Swarm service to docker inspect
- Verify container running after deploy with docker inspect
- Add LLM_BASE_URL and LLM_API_KEY env vars to control-center compose
2026-04-11 01:48:47 +01:00
¨NW¨
322cebf475 fix(prod): production startup fixes — health endpoint, serveStatic path, entrypoint, docker config
- Add /api/health endpoint for Docker healthchecks
- Fix serveStatic path: dist/public instead of ../public
- Fix entrypoint.sh: DB wait check, npx drizzle-kit migrate, add netcat
- Fix Dockerfile: add bash/netcat, fix COPY order, add tsconfig.node.json
- Fix docker-compose.yml: add OLLAMA/LLM env vars for Node.js fallback
- Fix docker-stack.yml: remove template vars, use env vars instead of secrets
- Fix drizzle.config.ts: add migrations prefix
- Update .env.example with full LLM provider documentation
2026-04-08 23:09:28 +01:00
Manus
d396004294 Checkpoint: Phase 16 complete: entrypoint.sh with drizzle-kit auto-migrate, nodeMetrics table, metrics-collector background job (CPU/MEM every 30s, alerts CPU>80% or unhealthy with 15min cooldown), Sparkline SVG component in Nodes.tsx, nodes.metricsHistory + nodes.allMetricsLatest tRPC endpoints. 104 vitest tests pass. 2026-03-24 12:46:21 -04:00
Manus
dda99d7056 Checkpoint: Phase 10: LLM Provider Configuration — Ollama Cloud как дефолт, локальный Ollama закомментирован (GPU only), docker-compose/stack обновлены, .env.example с 4 провайдерами 2026-03-20 19:16:44 -04:00
Manus
02742f836c Checkpoint: Phase 9: Go Gateway — полный перенос оркестратора и tool executor на Go. Добавлены gateway/ (Go), docker/ (docker-compose + stack + Dockerfiles), server/gateway-proxy.ts 2026-03-20 18:43:49 -04:00