Update docker-compose.yml

This commit is contained in:
LRVT
2026-02-17 16:21:41 +01:00
committed by GitHub
parent bc2422e31c
commit c6749505ee

View File

@@ -46,7 +46,7 @@ services:
- immich-internal
immich-redis:
image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884
image: docker.io/valkey/valkey:9@sha256:930b41430fb727f533c5982fe509b6f04233e26d0f7354e04de4b0d5c706e44e
container_name: immich-redis
restart: unless-stopped
healthcheck:
@@ -55,7 +55,7 @@ services:
- immich-internal
immich-database:
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
container_name: immich-database
env_file:
- .env