Update to 1.94.1

This commit is contained in:
Daniel Berteaud 2024-01-31 21:50:30 +01:00
parent 4cbaee8c84
commit 2dfda22318
2 changed files with 7 additions and 7 deletions

View File

@ -131,7 +131,7 @@ job "immich" {
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.93.3"
image = "ghcr.io/immich-app/immich-server:v1.94.1"
readonly_rootfs = true
command = "start.sh"
args = ["immich"]
@ -197,7 +197,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.93.3"
image = "ghcr.io/immich-app/immich-server:v1.94.1"
readonly_rootfs = true
command = "start.sh"
args = ["microservices"]
@ -340,7 +340,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-machine-learning:v1.93.3"
image = "ghcr.io/immich-app/immich-machine-learning:v1.94.1"
readonly_rootfs = true
pids_limit = 200
}

View File

@ -6,7 +6,7 @@ instance: immich
immich:
# Immich version
version: v1.93.3
version: 1.94.1
postgres:
database: '[[ .instance ]]'
@ -17,7 +17,7 @@ immich:
server:
# Docker image to use
image: ghcr.io/immich-app/immich-server:[[ .immich.version ]]
image: ghcr.io/immich-app/immich-server:v[[ .immich.version ]]
# Additional env to set ni the container
env:
@ -77,7 +77,7 @@ immich:
microservices:
# Docker image to use
image: ghcr.io/immich-app/immich-server:[[ .immich.version ]]
image: ghcr.io/immich-app/immich-server:v[[ .immich.version ]]
# Env vars to set in the container
env:
@ -100,7 +100,7 @@ immich:
enabled: true
# The Docker image to use
image: ghcr.io/immich-app/immich-machine-learning:[[ .immich.version ]]
image: ghcr.io/immich-app/immich-machine-learning:v[[ .immich.version ]]
# Environment var to set in the container
env: {}