From e28fc168e1482d2cfac160c83562591d60ee4ef9 Mon Sep 17 00:00:00 2001 From: byigitt Date: Wed, 27 May 2026 12:41:35 +0300 Subject: [PATCH] docs(readme): clarify Docker self-host prerequisites --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 989452870fd..4b3a9a434b9 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ Upload documents to a vector store and let agents answer questions grounded in y Sim.ai +#### Docker prerequisites + +Both self-hosted options require Docker to be installed and running with the Compose v2 plugin available (`docker compose version`). The legacy standalone `docker-compose` binary is not enough for the commands below. + +The default container stack reserves up to 8 GB for the app and 1 GB for realtime, plus PostgreSQL and Docker overhead. On Docker Desktop, allocate at least 10 GB of memory before starting the stack. + ### Self-hosted: NPM Package ```bash @@ -56,7 +62,8 @@ npx simstudio → http://localhost:3000 #### Note -Docker must be installed and running on your machine. + +Docker must be installed, running, and configured with Compose v2. #### Options