kopia lustrzana https://github.com/Haxxnet/Compose-Examples
chore: update docker-compose.yml
rodzic
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
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue