From bfe1ead23ab4ec8fb4a7f3f6f9930fc4eac866b3 Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Sun, 23 Jun 2024 15:47:17 +0200 Subject: [PATCH] Removed microservices container, according to v1.106.4 release notes --- immich/compose.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/immich/compose.yaml b/immich/compose.yaml index 2845780..75cc47a 100644 --- a/immich/compose.yaml +++ b/immich/compose.yaml @@ -4,7 +4,6 @@ services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} - command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: @@ -16,22 +15,6 @@ services: - database restart: unless-stopped - immich-microservices: - container_name: immich_microservices - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} - # extends: - # file: hwaccel.yml - # service: hwaccel - command: [ "start.sh", "microservices" ] - volumes: - - ${UPLOAD_LOCATION}:/usr/src/app/upload - env_file: - - stack.env - depends_on: - - redis - - database - restart: unless-stopped - immich-machine-learning: container_name: immich_machine_learning image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}