Vaner
Integrations

Docker

Run Vaner daemon and API services with Docker Compose.

Ask ChatGPTAsk Claude

[!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 -d

The default compose setup runs:

  • vaner-daemon (background preparation)
  • vaner-proxy (:8471 injected completions)
  • vaner-context (:8472 context-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}'

On this page