add docker immich docs

This commit is contained in:
2026-02-06 20:18:19 -05:00
parent e7835970a2
commit 73d78db715
3 changed files with 21 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ services:
- ${UPLOAD_LOCATION}:/data
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
- /root/.env
ports:
- '2283:2283'
depends_on:
@@ -42,14 +42,14 @@ services:
volumes:
- model-cache:/cache
env_file:
- .env
- /root/.env
restart: always
healthcheck:
disable: false
redis:
container_name: immich_redis
image: docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa
image: docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f
healthcheck:
test: redis-cli ping || exit 1
restart: always