Update to 1.95.1

This commit is contained in:
Daniel Berteaud 2024-02-24 09:33:54 +01:00
parent debeda4d52
commit 91481f48ea
2 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,7 @@ job "immich" {
datacenters = ["dc1"]
region = "global"
group "immich" {
@ -138,7 +139,7 @@ job "immich" {
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.94.1"
image = "ghcr.io/immich-app/immich-server:v1.95.1"
readonly_rootfs = true
command = "start.sh"
args = ["immich"]
@ -205,7 +206,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.94.1"
image = "ghcr.io/immich-app/immich-server:v1.95.1"
readonly_rootfs = true
command = "start.sh"
args = ["microservices"]
@ -349,7 +350,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-machine-learning:v1.94.1"
image = "ghcr.io/immich-app/immich-machine-learning:v1.95.1"
readonly_rootfs = true
pids_limit = 200
}

View File

@ -6,7 +6,7 @@ instance: immich
immich:
# Immich version
version: 1.94.1
version: 1.95.1
postgres:
database: '[[ .instance ]]'