Immich

Der dedizierte Serviceuser immich betreibt den Docker Kontainer.

Konfiguration

Step 1 - Download the required files

Create a directory of your choice (e.g. ./immich-app) to hold the docker-compose.yml and .env files. Move to the directory you created

mkdir ./immich-app
cd ./immich-app

Download docker-compose.yml and example.env, either by running the following commands: Get docker-compose.yml file

wget -O docker-compose.yml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env
wget -O hwaccel.transcoding.yml https://github.com/immich-app/immich/releases/latest/download/hwaccel.transcoding.yml
wget -O hwaccel.ml.yml https://github.com/immich-app/immich/releases/latest/download/hwaccel.ml.yml
<code>

In der .env Datei die Zeitzone anpasse --> TZ= und ein neues Postgres Passwort vergeben --> DB_PASSWORD

Anschließend den Kontainer starten
<code>
docker compose up -d