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

View File

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