Guides
Self-hosting Databaset
Run Databaset on your own servers for full data control.
Requirements
- Docker 24+
- PostgreSQL 15+ with pgvector
- Redis 7+
- 4GB RAM minimum (16GB recommended for production)
Quick start
git clone https://github.com/databaset/databaset
cd databaset
cp .env.example .env
docker compose up -dConfiguration
| Variable | Description |
|----------|-------------|
| DATABASE_URL | PostgreSQL connection string |
| REDIS_URL | Redis connection string |
| EMBEDDING_MODEL | Embedding model to use |
| API_SECRET | Master API secret |
Enterprise
Self-hosting is included in the Enterprise plan. Contact us for setup assistance.