diff --git a/nixos/hosts/lab/immich/compose.immich.yml b/nixos/hosts/lab/immich/compose.immich.yml index 23e56bb5..88b93360 100644 --- a/nixos/hosts/lab/immich/compose.immich.yml +++ b/nixos/hosts/lab/immich/compose.immich.yml @@ -5,7 +5,7 @@ services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:v1.115.0@sha256:8164e1bece154c7178e734031a41e1cb315debdf36ab0fdd23cd0e32732721fd + image: ghcr.io/immich-app/immich-server:v1.116.2@sha256:5fd852a2a54ca2fc7bbb1085edde9e4fa4d7f287b84604850173e6434073e8e2 # From hwaccel.transcoding.yml should allow for VAAPI to work devices: - /dev/dri:/dev/dri @@ -35,7 +35,7 @@ services: immich-machine-learning: container_name: immich_machine_learning - image: ghcr.io/immich-app/immich-machine-learning:v1.115.0@sha256:0bf8e076df9d5eead006131b51fc10643eb88f164b0a96a30ba701ac00cc3a87 + image: ghcr.io/immich-app/immich-machine-learning:v1.116.2@sha256:3e20ae9b9c7439d7b41d5a919848340bcc527c4a7e4ad12eaaf488e2a91869c0 volumes: - /var/cache/docker-compose-runner/immich/machine-learning-cache:/cache env_file: @@ -45,7 +45,7 @@ services: immich-redis: container_name: immich_redis - image: docker.io/redis:6.2.14@sha256:7919fdd5300e7abf7ae95919e6f144b37c55df16553302dbbcc7495a5aa0c079 + image: docker.io/redis:6.2.14@sha256:90a6e70bbef8b9ca4aa4108bf2e24040bd68aa5c669a8bd568766c962a911f3d healthcheck: test: redis-cli ping || exit 1 restart: always