From a928785e7e87585f26b9c64a11642709d036fc5a Mon Sep 17 00:00:00 2001 From: Taksh Date: Wed, 22 Jul 2026 14:15:52 +0300 Subject: [PATCH] point readme at deploy compose bundle Signed-off-by: Taksh --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6aa3eeff0..89a131e73 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,8 @@ Relay on `ws://localhost:3000`. Desktop app pops up. You're in. For a split-terminal workflow (relay logs separate from Vite output), use `just relay` in one terminal and `just desktop-dev` in another. +Want a single-node / VPS relay instead of the local-dev stack? Use the production Compose bundle in [`deploy/compose/`](deploy/compose/README.md) (`docker compose` + Postgres, Redis, MinIO, optional Caddy/TLS). The root [`docker-compose.yml`](docker-compose.yml) is for day-to-day development only. + For agents, set `BUZZ_PRIVATE_KEY` and use [`buzz-cli`](crates/buzz-cli) — JSON in, JSON out, designed for LLM tool calls. ---