diff --git a/README.md b/README.md index 989452870f..4b3a9a434b 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