CLI
dokkai up
Start the infrastructure — or the whole stack — and wait for it to become reachable.
bash
dokkai up # infra only: Weaviate, Postgres, Memgraph
dokkai up --full # + the containerized API and frontend UIRuns docker compose up -d for Weaviate/Postgres/Memgraph, waits for Weaviate to become ready, probes Ollama and the configured embed/descriptor models (warnings only), and reports whether the API is reachable.
With --full it brings up the whole stack instead (docker compose --profile full up -d) — the containerized API and frontend UI — and waits for both. See One-command full stack.
Exits
1 only on a docker compose/Weaviate failure (or when the dokkai repo root can't be resolved). --ui is a deprecated alias for --full.