mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-30 08:33:35 +00:00
chore: update docker-compose.yml
This commit is contained in:
parent
c8b4bd94f2
commit
cd890e7e64
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user