Skip to content

Immich

Immich photos is an open source alternative to Google Photos.

Immich Go is a command line utility to assist with importing photos to Immich.

🛠 Installation

Default Port: 2283

homelab/docker/immich

task up
docker compose up

âš™ Config

homelab/docker/immich/.env

--8<-- "immich/.env.tmpl"
homelab/docker/immich/compose.yaml
--8<-- "immich/compose.yaml"

Traefik

homelab/pve/traefik/conf.d/immich.yaml
--8<-- "traefik/conf.d/immich.yaml"

🚀 Upgrade

Warning

The below commands purge any unused Docker images! Use at your own risk!

homelab/docker/immich

task upgrade
(
  git pull origin
  docker compose up --force-recreate --build -d
  docker image prune -a -f
)

Task List

--8<-- "immich/task-list.txt"

🔗 References