Adds immich

This commit is contained in:
2025-11-10 21:53:13 +01:00
parent 5fc4fbcef3
commit 7b21388adc
16 changed files with 151 additions and 14 deletions
+24
View File
@@ -0,0 +1,24 @@
[Unit]
Description=Immich machine learning container
[Container]
AutoUpdate=registry
ContainerName=immich-ml
Environment=DB_DATA_LOCATION=./postgres
Environment=DB_USERNAME=postgres
Environment=DB_DATABASE_NAME=immich
Environment=IMMICH_VERSION=v2
Environment=TZ=Europe/Zurich
Environment=UPLOAD_LOCATION=./library
Image=ghcr.io/immich-app/immich-machine-learning:release
Pod=immich.pod
Secret=database-password,type=env,target=DB_PASSWORD
StartWithPod=true
Timezone=Europe/Zurich
Volume=immich-ml-cache.volume:/cache
[Service]
Restart=always
[Install]
WantedBy=default.target