Skip to content

Déploiement

Docker local

bash
export COMMANDER_API_KEY="your-secret-key"
export OPENAI_API_KEY="sk-..."
docker compose up -d
# API :4000 · Web :3000 · Dev GUI :5173 avec pnpm gui

Build multi-stage, Nginx, health checks, volumes, tini.

Production (VM)

bash
cp .env.example .env.production
./scripts/deploy-vm.sh your-vm-ip --env-file .env.production
# ou
docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d --build

Overlay prod

FonctionRéglage
CPU/RAM2 CPU / 4GB API
Logsjson-file, 10MB, 3 rotations
Restartalways
Health30s / 10s / 5 retries
Multi-tenantTENANT_PROVIDER=simple optionnel

Health

bash
curl http://localhost:4000/health
curl http://localhost:4000/health/detailed
curl http://localhost:4000/readyz
curl http://localhost:4000/metrics

Lié

MIT — Conçu pour l’orchestration multi-agents.