immich/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-29 12:58:57 +00:00
parent 517e137f25
commit e51a9f0083

View File

@@ -24,7 +24,7 @@ services:
restart: unless-stopped
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
image: ghcr.io/immich-app/immich-machine-learning:latest
container_name: immich-ml
volumes:
- ${UPLOAD_LOCATION:-./immich_upload}:/usr/src/app/upload
@@ -34,14 +34,14 @@ services:
restart: unless-stopped
immich-redis:
image: docker.io/valkey/valkey:${REDIS_VERSION:-8-bookworm}
image: ghcr.io/immich-app/immich-redis:latest
container_name: immich-redis
restart: unless-stopped
healthcheck:
test: redis-cli ping || exit 1
immich-database:
image: ghcr.io/immich-app/postgres:${POSTGRES_VERSION:-14-vectorchord0.3.0-pgvectors0.2.0}
image: ghcr.io/immich-app/postgres:latest
container_name: immich-database
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD:-immich}