All apps · 0 apps
immich-vectorchord-db-official
Docker app from rorar's Repository
Overview
Install immich-vectorchord-db-official on Unraid in a few clicks.
Find immich-vectorchord-db-official 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
Categories
Related apps
Explore more like this
Explore allDetails
ghcr.io/immich-app/postgres:18-vectorchord0.5.3-pgvector0.8.1Runtime arguments
- Network
immich_internal- Shell
bash- Privileged
- false
- Extra Params
--shm-size=128m --health-cmd="pg_isready -U postgres" --health-interval=10s --health-retries=5 --health-start-period=30s --health-timeout=5s
Template configuration
Core PostgreSQL settings for Immich.
Database username
- Default
- postgres
- Value
- postgres
Database password – please change! Use only A-Za-z0-9, no special characters. Generate a secure one in the Unraid terminal: openssl rand -base64 32 | tr -dc A-Za-z0-9 | head -c 32
- Default
- postgres
- Value
- postgres
Database name
- Default
- immich
- Value
- immich
Arguments for initdb. --data-checksums enables checksums for data integrity.
- Default
- --data-checksums
- Value
- --data-checksums
PostgreSQL database port (5432)
- Target
- 5432
- Default
- 5432
- Value
- 5432
Persistent database data directory. PG 18+ stores data in a version-specific subdirectory (18/docker). Must be on locally attached storage (SSD/NVMe), not a remote filesystem.
- Target
- /var/lib/postgresql
- Default
- /mnt/user/appdata/immich-vectorchord-db/
- Value
- /mnt/user/appdata/immich-vectorchord-db/
Built-in PostgreSQL tuning. The official Immich image auto-configures based on storage type.
Storage type for I/O tuning. Set to HDD if your database is not on an SSD/NVMe. Adjusts effective_io_concurrency and random_page_cost automatically.
- Default
- SSD|HDD
- Value
- SSD
Timezone.
Timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
- Target
- TZ
- Default
- Europe/Berlin
- Value
- Europe/Berlin