All apps · 0 apps
simstudio-db
OfficialDocker app from rorar's Repository
Overview
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.
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:
- Open Terminal (Go to Main, click Terminal button)
- Run: docker network create simstudio_internal
- Go to Settings > Docker
- Set "Enable Docker" to "No" and click Apply
- Set "Preserve user defined networks" to "Yes" and click Apply
- Set "Enable Docker" to "Yes" and click Apply
- The network is now ready for use with all Sim Studio containers
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allDetails
pgvector/pgvector:pg17Runtime 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
PostgreSQL settings for Sim Studio.
Database superuser username
- Default
- postgres
- Value
- postgres
Database password. Use strong password. Only A-Za-z0-9 recommended for compatibility.
- Default
- postgres
- Value
- postgres
Initial database name
- Default
- simstudio
- Value
- simstudio
PostgreSQL database port
- Target
- 5432
- Default
- 5432
- Value
- 5432
PostgreSQL data directory. Must be on local SSD/NVMe for performance.
- Target
- /var/lib/postgresql/data
- Default
- /mnt/user/appdata/simstudio-db/
Timezone configuration.
Timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
- Target
- TZ
- Default
- Europe/Berlin
- Value
- Europe/Berlin
Timezone sync from host (read-only)
- Target
- /etc/localtime
- Default
- /etc/localtime