immich/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-29 13:05:06 +00:00
parent affee5a336
commit 9cc1cac7b9

View File

@@ -1,7 +1,7 @@
services:
immich-server:
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
image: ghcr.io/immich-app/immich-server:release
container_name: immich-server
volumes:
- ${UPLOAD_LOCATION:-./immich_upload}:/usr/src/app/upload
@@ -24,7 +24,7 @@ services:
restart: unless-stopped
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_AI_VERSION:-release}
image: ghcr.io/immich-app/immich-machine-learning:release
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:-latest}
image: valkey/valkey:latest
container_name: immich-redis
restart: unless-stopped
healthcheck:
test: redis-cli ping || exit 1
immich-database:
image: ghcr.io/immich-app/postgres:latest
image: ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.3.0
container_name: immich-database
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD:-immich}