Integrations
Docker
Run Vaner daemon and API services with Docker Compose.
[!TIP] For a single local repo, start with MCP mode. Use Docker when you need a repeatable multi-service topology.
Start services
REPO_ROOT=. docker compose up -dThe default compose setup runs:
vaner-daemon(background preparation)vaner-proxy(:8471injected completions)vaner-context(:8472context-only API)
Validate containers
docker compose ps
curl -s http://127.0.0.1:8472/v1/context \
-H "Content-Type: application/json" \
-d '{"prompt":"summarize current auth flow","top_n":6}'