immich-server
immich-server
Docker app from sgraaf's Repository
Overview
Requirements
Runtime arguments
- Web UI
http://[IP]:[PORT:2283]/- Network
immich
Template configuration
Port for the Immich web interface and mobile app API.
- Target
- 2283
- Default
- 2283
- Value
- 2283
Where Immich stores uploaded photos and videos (thumbnails, originals, etc). Equivalent to UPLOAD_LOCATION in the compose .env file. Point this at an array share with enough space, e.g. /mnt/user/photos/immich.
- Target
- /data
- Default
- /mnt/user/photos/immich
- Value
- /mnt/user/photos/immich
Hostname of the Postgres container. Must equal the Name of the postgres container (immich-postgres) and both must be on the 'immich' network.
- Target
- DB_HOSTNAME
- Default
- immich-postgres
- Value
- immich-postgres
Postgres port (internal). Leave at 5432.
- Target
- DB_PORT
- Default
- 5432
- Value
- 5432
Postgres username. Must match POSTGRES_USER in immich-postgres.
- Target
- DB_USERNAME
- Default
- postgres
- Value
- postgres
Postgres password. MUST match POSTGRES_PASSWORD in the immich-postgres container. Use only A-Za-z0-9 characters.
- Target
- DB_PASSWORD
Postgres database name. Must match POSTGRES_DB in immich-postgres.
- Target
- DB_DATABASE_NAME
- Default
- immich
- Value
- immich
Hostname of the Redis/Valkey container. Must equal the Name of the redis container (immich-redis) and both must be on the 'immich' network.
- Target
- REDIS_HOSTNAME
- Default
- immich-redis
- Value
- immich-redis
Redis port (internal). Leave at 6379.
- Target
- REDIS_PORT
- Default
- 6379
- Value
- 6379
URL of the machine-learning container. Must use the Name of the ML container (immich-machine-learning) on the 'immich' network. Set to 'false' to disable ML entirely.
- Target
- IMMICH_MACHINE_LEARNING_URL
- Default
- http://immich-machine-learning:3003
- Value
- http://immich-machine-learning:3003
Optional timezone, e.g. Europe/Amsterdam or Etc/UTC. Affects timestamps shown in the UI.
- Target
- TZ
- Default
- Europe/Amsterdam
- Value
- Europe/Amsterdam
Read-only host clock mount, as in the compose file. Optional if TZ is set.
- Target
- /etc/localtime
- Default
- /etc/localtime
- Value
- /etc/localtime
Categories
Details
ghcr.io/immich-app/immich-server:releaseRun immich-server on Unraid.
immich-server is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.