Docker Compose¶
CHERENKOV is built for Docker-native deployment. The standard setup uses Docker Compose to orchestrate all services.
Quick Start¶
Services¶
| Service | Image | Purpose |
|---|---|---|
orchestrator |
cherenkov/orchestrator | Main API and orchestration |
kinetic |
cherenkov/kinetic | Local AI executor |
lattice |
qdrant/qdrant | Vector memory store |
tokamak |
cherenkov/tokamak | Proof validation sandbox |
dashboard |
cherenkov/dashboard | Web UI |
Configuration¶
Environment variables can be set in a .env file: