Skip to content

Commit

Permalink
update to 1.113.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Sep 5, 2024
1 parent 7cbd49f commit b2d9967
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

⚠️ **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
Expand Down
2 changes: 1 addition & 1 deletion immich-machine-learning.container
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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/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
Expand Down
6 changes: 3 additions & 3 deletions immich-server.image
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b2d9967

Please sign in to comment.