Migrate from redis to valkey

This commit is contained in:
2025-05-23 23:17:49 +02:00
parent e9b0048375
commit afcd9dbfa5
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ services:
redis:
container_name: immich_redis
image: docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8
image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884
restart: unless-stopped
healthcheck:
test: redis-cli ping || exit 1

View File

@ -11,7 +11,7 @@
"groupName": "immich"
},
{
"matchPackageNames": "docker.io/redis",
"matchPackageNames": "docker.io/valkey/valkey",
"enabled": false
}
]