From e7a8534000dc1dec1579a7c96a7b663422c04e68 Mon Sep 17 00:00:00 2001 From: mol Date: Wed, 16 Oct 2024 14:37:08 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20immich.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- immich.yml | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/immich.yml b/immich.yml index 8643575..d31061e 100644 --- a/immich.yml +++ b/immich.yml @@ -12,24 +12,9 @@ services: depends_on: - redis - database - # - typesense restart: always ports: - - 2283:3001 - - # immich-microservices: - # container_name: immich_microservices - # image: ghcr.io/immich-app/immich-server:release - # entrypoint: ["/bin/sh", "./start-microservices.sh"] - # volumes: - # - ${UPLOAD_LOCATION}:/usr/src/app/upload - # env_file: - # - .env - # depends_on: - # - redis - # - database - # # - typesense - # restart: always + - 2283:2283 immich-machine-learning: container_name: immich_machine_learning @@ -40,26 +25,6 @@ services: - .env restart: always - # immich-web: - #container_name: immich_web - # image: ghcr.io/immich-app/immich-web:release - #entrypoint: ["/bin/sh", "./entrypoint.sh"] - #env_file: - #- .env - # restart: always - - # typesense: - # container_name: immich_typesense - # image: typesense/typesense:0.24.0 - # environment: - # - TYPESENSE_API_KEY=${TYPESENSE_API_KEY} - # - TYPESENSE_DATA_DIR=/data - # logging: - # driver: none - # volumes: - # - tsdata:/data - # restart: always - redis: container_name: immich_redis image: redis:6.2