simstudio-db

simstudio-db

Official

Docker app from rorar's Repository

Overview

PostgreSQL 17 with pgvector extension for Sim Studio vector embeddings and semantic search. This is the required database backend for Sim Studio. pgvector enables fast similarity search on embeddings and is essential for AI-powered features like semantic search and vector similarity matching in Sim Studio.

Install simstudio-db on Unraid in a few clicks.

Find simstudio-db in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for simstudio-db Review the template variables and paths Click Install

Requirements

Database files must reside on locally attached storage (SSD/NVMe recommended), not on remote-mounted filesystems. Used as the database backend for simstudio and realtime services.

IMPORTANT: Before adding this container, you must create the Docker network 'simstudio_internal' first. Follow these steps in Unraid:

  1. Open Terminal (Go to Main, click Terminal button)
  2. Run: docker network create simstudio_internal
  3. Go to Settings > Docker
  4. Set "Enable Docker" to "No" and click Apply
  5. Set "Preserve user defined networks" to "Yes" and click Apply
  6. Set "Enable Docker" to "Yes" and click Apply
  7. The network is now ready for use with all Sim Studio containers

Categories

Download Statistics

107,243,492
Total Downloads
17,883,371
This Month
14,537,119
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
pgvector/pgvector:pg17
Last Updated2026-06-18
First Seen2026-01-19

Runtime arguments

Network
simstudio_internal
Shell
bash
Privileged
false
Extra Params
--health-cmd="pg_isready -U postgres" --health-interval=10s --health-retries=5 --health-start-period=30s --health-timeout=5s

Template configuration

--- Database ---Variable

PostgreSQL settings for Sim Studio.

POSTGRES_USERVariable

Database superuser username

Default
postgres
Value
postgres
POSTGRES_PASSWORDVariable

Database password. Use strong password. Only A-Za-z0-9 recommended for compatibility.

Default
postgres
Value
postgres
POSTGRES_DBVariable

Initial database name

Default
simstudio
Value
simstudio
Port: PostgreSQLPorttcp

PostgreSQL database port

Target
5432
Default
5432
Value
5432
Path: Database DataPathrw

PostgreSQL data directory. Must be on local SSD/NVMe for performance.

Target
/var/lib/postgresql/data
Default
/mnt/user/appdata/simstudio-db/
--- System ---Variable

Timezone configuration.

Variable: TZVariable

Timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List

Target
TZ
Default
Europe/Berlin
Value
Europe/Berlin
Path: LocaltimePathro

Timezone sync from host (read-only)

Target
/etc/localtime
Default
/etc/localtime