|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
immich-server:
|
|
|
|
immich-server:
|
|
|
|
container_name: immich_server
|
|
|
|
container_name: immich_server
|
|
|
|
image: ghcr.io/immich-app/immich-server:v1.124.0
|
|
|
|
image: ghcr.io/immich-app/immich-server:v1.124.2
|
|
|
|
# extends:
|
|
|
|
# extends:
|
|
|
|
# file: hwaccel.transcoding.yml
|
|
|
|
# file: hwaccel.transcoding.yml
|
|
|
|
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
|
|
|
# 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
|
|
|
|
container_name: immich_machine_learning
|
|
|
|
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
|
|
|
|
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
|
|
|
|
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
|
|
|
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
|
|
|
image: ghcr.io/immich-app/immich-machine-learning:v1.124.0
|
|
|
|
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
|
|
|
|
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
|
|
|
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
|
|
|
# file: hwaccel.ml.yml
|
|
|
|
# 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
|
|
|
|
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
|
|
|
@@ -38,7 +38,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
redis:
|
|
|
|
redis:
|
|
|
|
container_name: immich_redis
|
|
|
|
container_name: immich_redis
|
|
|
|
image: docker.io/redis:7.4-alpine@sha256:86c23b252bbdaa1a867e0e360480de1aaea96e6ab3b1e69743c626c07a2a0c17
|
|
|
|
image: docker.io/redis:7.4-alpine@sha256:12129f2f3773d5aebc5f549ea14850bc59a6c0c1233d7598c2bc6984a83ded53
|
|
|
|
healthcheck:
|
|
|
|
healthcheck:
|
|
|
|
test: redis-cli ping || exit 1
|
|
|
|
test: redis-cli ping || exit 1
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
|