chore: update docker-compose.yml

This commit is contained in:
LRVT 2025-04-24 01:01:05 +02:00 committed by GitHub
parent c8b4bd94f2
commit cd890e7e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,9 +46,11 @@ services:
- immich-internal - immich-internal
immich-redis: immich-redis:
image: redis:6.2-alpine image: docker.io/valkey/valkey:8-bookworm
container_name: immich-redis container_name: immich-redis
restart: unless-stopped restart: unless-stopped
healthcheck:
test: redis-cli ping || exit 1
networks: networks:
- immich-internal - immich-internal