Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# immich-app podman + quadlet deployment

⚠️ **Currently supported immich version: [v2.5.6](https://github.com/immich-app/immich/releases/tag/v2.5.6)** ⚠️
⚠️ **Currently supported immich version: [v2.6.3](https://github.com/immich-app/immich/releases/tag/v2.6.3)** ⚠️


This is a set of unit files to deploy immich through the podman-quadlet systemd generator
Expand Down
2 changes: 1 addition & 1 deletion hw-machine-learning/immich-ml-amd.container
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod=immich.pod
ContainerName=immich_ml
PublishPort=3003:3003
Image=ghcr.io/immich-app/immich-machine-learning:v2.5.6-rocm
Image=ghcr.io/immich-app/immich-machine-learning:v2.6.3-rocm
Volume=model-cache:/cache
HealthCmd=["/bin/bash", "-c", "exec 5<>/dev/tcp/127.0.0.1/3003"]
HealthStartPeriod=30s
Expand Down
2 changes: 1 addition & 1 deletion hw-machine-learning/immich-ml-nvidia.container
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod=immich.pod
ContainerName=immich_ml
PublishPort=3003:3003
Image=ghcr.io/immich-app/immich-machine-learning:v2.5.6-cuda
Image=ghcr.io/immich-app/immich-machine-learning:v2.6.3-cuda
Volume=model-cache:/cache
HealthCmd=["/bin/bash", "-c", "exec 5<>/dev/tcp/127.0.0.1/3003"]
HealthStartPeriod=30s
Expand Down
2 changes: 1 addition & 1 deletion hw-machine-learning/immich-ml-openvivo.container
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Container]
Pod=immich.pod
ContainerName=immich_machine_learning
Image=ghcr.io/immich-app/immich-machine-learning:v2.5.6-openvino
Image=ghcr.io/immich-app/immich-machine-learning:v2.6.3-openvino
Volume=model-cache:/cache
AddDevice=/dev/dri/:/dev/dri/
Volume=/dev/bus/usb:/dev/bus/usb
Expand Down
2 changes: 1 addition & 1 deletion quadlet/immich-machine-learning.container
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Container]
Pod=immich.pod
ContainerName=immich_machine_learning
Image=ghcr.io/immich-app/immich-machine-learning:v2.5.6
Image=ghcr.io/immich-app/immich-machine-learning:v2.6.3
Volume=model-cache:/cache
HealthCmd=["/bin/bash", "-c", "exec 5<>/dev/tcp/127.0.0.1/3003"]
HealthStartPeriod=30s
Expand Down
2 changes: 1 addition & 1 deletion quadlet/immich-redis.container
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Container]
Pod=immich.pod
ContainerName=immich_redis
Image=docker.io/valkey/valkey:9@sha256:546304417feac0874c3dd576e0952c6bb8f06bb4093ea0c9ca303c73cf458f63
Image=docker.io/valkey/valkey:9@sha256:3eeb09785cd61ec8e3be35f8804c8892080f3ca21934d628abc24ee4ed1698f6
HealthCmd="/usr/local/bin/redis-cli ping || exit 1"
HealthStartPeriod=30s
HealthInterval=10s
Expand Down
2 changes: 1 addition & 1 deletion quadlet/immich-server.container
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ContainerName=immich_server
EnvironmentFile=immich.env
Secret=immich-db-password,type=env,target=DB_PASSWORD

Image=ghcr.io/immich-app/immich-server:v2.5.6
Image=ghcr.io/immich-app/immich-server:v2.6.3

# If localtime is not set (e.g. Fedora CoreOS) :
# Volume=/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro
Expand Down