All apps · 0 apps
PostgreSQL_Immich
Docker app from SpaceInvaderOne's Repository
Overview
This container (based on PostgreSQL 16) is specifically configured for seamless integration with the Immich container, which requires PostgreSQL equipped with pgvecto a robust Postgres extension enabling vector similarity search functions. The specific version used is tensorchord/pgvecto-rs:pg16-v0.3.0
Configuration Parameters
POSTGRES_PASSWORD - Superuser password.
Default postgres
Note -- If you change this value, remember to update it in the Immich container configuration as well.
POSTGRES_USER - Username for the superuser.
Default postgres
Note -- Alterations to this setting should also be mirrored in the Immich container.
POSTGRES_DB - Default database.
Default: postgres
Note -- Any change here should be replicated in the Immich container configuration.
Storage
Data and Configuration Path: /mnt/user/appdata/postgresql_immich
This is the directory where Postgres stores its application data and configuration files.
Network
Port 5433
This port is mapped from the default PostgreSQL port 5432 to avoid conflicts if another PostgreSQL container is using the default port.
Install PostgreSQL_Immich on Unraid in a few clicks.
Find PostgreSQL_Immich 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 PostgreSQL_Immich Review the template variables and paths Click Install
Requirements
The Immich container and Redis container (or Redis can be enabled with docker mods in Immich container instead of separate Redis)
Download Statistics
21,180,488
Total Downloads
573,290
This Month
473,402
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Repository
tensorchord/pgvecto-rs:pg16-v0.3.0Last Updated2025-02-26
First Seen2024-08-20
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
POSTGRES_PASSWORDVariable
Initial superuser password (required)
- Value
- postgres
POSTGRES_USERVariable
Initial superuser name (default: postgres)
- Value
- postgres
POSTGRES_DBVariable
Initial database name (default: postgres)
- Value
- immich
Database Storage Path (Appdata)Pathrw
PostgreSQL data storage location
- Target
- /var/lib/postgresql/data
- Default
- /mnt/user/appdata/postgresql_immich
- Value
- /mnt/user/appdata/PostgreSQL_Immich
PostgreSQL access portPorttcp
PostgreSQL TCP connection port mapped to 5433 from 5432 in case of other postgres container present
- Target
- 5432
- Default
- 5432
- Value
- 5433