Nubase
Get started

Self-host the whole stack with one Docker image

June 8, 2026·2 min read·The Nubase team

You can now run all of Nubase from a single Docker image — Postgres + pgvector, Redis, the backend API and the Studio dashboard — with secrets auto-generated into a persistent volume.

docker run -p 3000:3000 -p 9999:9999 -v nubase_data:/data ottermind/nubase

The image is multi-architecture (amd64 + arm64) and configured entirely through environment variables.