Update to 1.99.0

This commit is contained in:
Daniel Berteaud 2024-03-20 16:30:24 +01:00
parent 06da088ef3
commit 13652f9a22
2 changed files with 10 additions and 4 deletions

View File

@ -138,7 +138,7 @@ job "immich" {
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.98.2"
image = "ghcr.io/immich-app/immich-server:v1.99.0"
readonly_rootfs = true
command = "start.sh"
args = ["immich"]
@ -159,6 +159,8 @@ job "immich" {
IMMICH_MEDIA_LOCATION = "/data"
}
# Use a template block instead of env {} so we can fetch values from vault
template {
data = <<_EOT
@ -205,7 +207,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.98.2"
image = "ghcr.io/immich-app/immich-server:v1.99.0"
readonly_rootfs = true
command = "start.sh"
args = ["microservices"]
@ -226,6 +228,8 @@ _EOT
IMMICH_MEDIA_LOCATION = "/data"
}
# Use a template block instead of env {} so we can fetch values from vault
template {
data = <<_EOT
@ -349,7 +353,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-machine-learning:v1.98.2"
image = "ghcr.io/immich-app/immich-machine-learning:v1.99.0"
readonly_rootfs = true
pids_limit = 200
}
@ -360,6 +364,8 @@ _EOT
MACHINE_LEARNING_HOST = "127.0.0.1"
}
# Use a template block instead of env {} so we can fetch values from vault
template {
data = <<_EOT

View File

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