From 029382ff67907da78c2020afdc3188c2cfc1f512 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 12 Aug 2024 15:26:06 -0600 Subject: [PATCH] Immich fix --- compose/immich.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/compose/immich.yml b/compose/immich.yml index 8b0d0b3..a7e4509 100644 --- a/compose/immich.yml +++ b/compose/immich.yml @@ -1,10 +1,7 @@ version: "3.7" -name: immich - services: immich-server: - container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -19,8 +16,6 @@ services: restart: always immich-machine-learning: - container_name: immich_machine_learning - image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} volumes: - model-cache:/cache @@ -29,14 +24,12 @@ services: restart: always redis: - container_name: immich_redis image: docker.io/redis:6.2-alpine@sha256:e3b17ba9479deec4b7d1eeec1548a253acc5374d68d3b27937fcfe4df8d18c7e healthcheck: test: redis-cli ping || exit 1 restart: always database: - container_name: immich_postgres image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 environment: POSTGRES_PASSWORD: ${DB_PASSWORD} @@ -54,4 +47,4 @@ services: restart: always volumes: - model-cache: + model-cache: \ No newline at end of file