Merge pull request 'Update Immich to v1.127.0' (#69) from renovate/immich into master

Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/69
This commit was merged in pull request #69.
This commit is contained in:
2025-02-27 13:18:50 +00:00

View File

@@ -1,7 +1,7 @@
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.126.1
image: ghcr.io/immich-app/immich-server:v1.127.0
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
@@ -24,7 +24,7 @@ services:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:v1.126.1
image: ghcr.io/immich-app/immich-machine-learning:v1.127.0
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable