diff --git a/README.md b/README.md index 4e0bb85..787e38d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # immich-app podman + quadlet deployment -⚠️ **Curently supported immich version: [v1.108.0](https://github.com/immich-app/immich/releases/tag/v1.108.0)** ⚠️ +⚠️ **Curently supported immich version: [v1.113.1](https://github.com/immich-app/immich/releases/tag/v1.113.1)** ⚠️ This is a set of unit files to deploy immich through the podman-quadlet systemd generator diff --git a/immich-machine-learning.container b/immich-machine-learning.container index a93c84b..268bbad 100644 --- a/immich-machine-learning.container +++ b/immich-machine-learning.container @@ -2,7 +2,7 @@ Pod=immich.pod ContainerName=immich_machine_learning EnvironmentFile=immich.env -Image=ghcr.io/immich-app/immich-machine-learning:v1.108.0 +Image=ghcr.io/immich-app/immich-machine-learning:v1.113.1 Volume=model-cache:/cache HealthCmd=["/bin/bash", "-c", "exec 5<>/dev/tcp/127.0.0.1/3003"] HealthStartPeriod=30s diff --git a/immich-redis.container b/immich-redis.container index 15399c8..57ae57a 100644 --- a/immich-redis.container +++ b/immich-redis.container @@ -1,7 +1,7 @@ [Container] Pod=immich.pod ContainerName=immich_redis -Image=docker.io/redis:6.2-alpine@sha256:328fe6a5822256d065debb36617a8169dbfbd77b797c525288e465f56c1d392b +Image=docker.io/redis:6.2-alpine@sha256:e3b17ba9479deec4b7d1eeec1548a253acc5374d68d3b27937fcfe4df8d18c7e HealthCmd=["/usr/local/bin/redis-cli", "ping"] HealthStartPeriod=30s HealthInterval=10s diff --git a/immich-server.image b/immich-server.image index 1d01581..e452ba7 100644 --- a/immich-server.image +++ b/immich-server.image @@ -1,6 +1,6 @@ [Unit] -Wants=nss-lookup.target -After=nss-lookup.target +Wants=nss-lookup.target network-online.target +After=nss-lookup.target network-online.target [Image] -Image=ghcr.io/immich-app/immich-server:v1.108.0 +Image=ghcr.io/immich-app/immich-server:v1.113.1