Skip to content
Jobin Lawrance edited this page Jul 2, 2026 · 1 revision

Deploy

TinyRaven needs an external ClickHouse 26.3 and Redis. Pick a target:

Target File
Docker Compose (prod, Dokploy) deploy/docker-compose.prod.yml
Kubernetes (Helm) charts/tinyraven/
AWS CloudFormation cloudformation/tinyraven-template.yaml
DigitalOcean App app.yaml
Railway railway.json

Deploy guides: docs/deploy/.

Heads-up: three deployment definitions, one shape

The CloudFormation template, the prod Compose file, and the Helm values.yaml all describe the same stack (TinyRaven + ClickHouse + Redis) but are maintained separately — the knowledge graph flags them as semantically identical with no shared source. Change one (image tag, env var, port) and the other two silently drift. When you bump a version, bump all three.

No dashboard by design

API-first. Connect Metabase, Superset, or Grafana straight to ClickHouse — TinyRaven ships no built-in UI.

Clone this wiki locally