immich-server
Docker 应用程序 from sgraaf's Repository
概述
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:2283]/- 网络
immich
模板配置
Port for the Immich web interface and mobile app API.
- 目标
- 2283
- 默认值
- 2283
- 价值
- 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.
- 目标
- /data
- 默认值
- /mnt/user/photos/immich
- 价值
- /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.
- 目标
- DB_HOSTNAME
- 默认值
- immich-postgres
- 价值
- immich-postgres
Postgres port (internal). Leave at 5432.
- 目标
- DB_PORT
- 默认值
- 5432
- 价值
- 5432
Postgres username. Must match POSTGRES_USER in immich-postgres.
- 目标
- DB_USERNAME
- 默认值
- postgres
- 价值
- postgres
Postgres password. MUST match POSTGRES_PASSWORD in the immich-postgres container. Use only A-Za-z0-9 characters.
- 目标
- DB_PASSWORD
Postgres database name. Must match POSTGRES_DB in immich-postgres.
- 目标
- DB_DATABASE_NAME
- 默认值
- immich
- 价值
- 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.
- 目标
- REDIS_HOSTNAME
- 默认值
- immich-redis
- 价值
- immich-redis
Redis port (internal). Leave at 6379.
- 目标
- REDIS_PORT
- 默认值
- 6379
- 价值
- 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.
- 目标
- IMMICH_MACHINE_LEARNING_URL
- 默认值
- http://immich-machine-learning:3003
- 价值
- http://immich-machine-learning:3003
Optional timezone, e.g. Europe/Amsterdam or Etc/UTC. Affects timestamps shown in the UI.
- 目标
- TZ
- 默认值
- Europe/Amsterdam
- 价值
- Europe/Amsterdam
Read-only host clock mount, as in the compose file. Optional if TZ is set.
- 目标
- /etc/localtime
- 默认值
- /etc/localtime
- 价值
- /etc/localtime
详细信息
ghcr.io/immich-app/immich-server:release在Unraid 上运行 immich-server 。
immich-server 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。