PostgreSQL_Immich
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.
Requirements
The Immich container and Redis container (or Redis can be enabled with docker mods in Immich container instead of separate Redis)
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
Download Statistics
20,607,198
Total Downloads
438,407
This Month
454,205
Avg / Month
Total Downloads Over Time
Loading chart...
Details
Repository
tensorchord/pgvecto-rs:pg16-v0.3.0Last Updated2025-02-26
First Seen2024-08-20
Run PostgreSQL_Immich on Unraid.
PostgreSQL_Immich is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.