Update to 1.83.3

This commit is contained in:
Daniel Berteaud 2024-01-23 11:48:20 +01:00
parent 48d4c50336
commit 1a61c3ec65
2 changed files with 9 additions and 4 deletions

View File

@ -39,6 +39,7 @@ job "immich" {
}
}
sidecar_task {
resources {
cpu = 50
memory = 64
@ -118,7 +119,7 @@ job "immich" {
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.93.2"
image = "ghcr.io/immich-app/immich-server:v1.93.3"
readonly_rootfs = true
command = "start.sh"
args = ["immich"]
@ -165,6 +166,7 @@ _EOT
destination = "/data"
}
resources {
cpu = 300
memory = 320
@ -183,7 +185,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.93.2"
image = "ghcr.io/immich-app/immich-server:v1.93.3"
readonly_rootfs = true
command = "start.sh"
args = ["microservices"]
@ -230,6 +232,7 @@ _EOT
destination = "/data"
}
resources {
cpu = 500
memory = 1024
@ -297,6 +300,7 @@ _EOT
sidecar_service {
}
sidecar_task {
resources {
cpu = 50
memory = 64
@ -313,7 +317,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-machine-learning:v1.93.2"
image = "ghcr.io/immich-app/immich-machine-learning:v1.93.3"
readonly_rootfs = true
pids_limit = 200
}
@ -331,6 +335,7 @@ _EOT
destination = "/cache"
}
resources {
cpu = 1024
memory = 1536

View File

@ -6,7 +6,7 @@ instance: immich
immich:
# Immich version
version: v1.93.2
version: v1.93.3
postgres:
database: '[[ .instance ]]'