diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 4755123..67d0895 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -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}