From 418c585acb0989a583b96b3093d075bdfd94db7d Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:15:36 +0100 Subject: [PATCH] Changed Immich yaml for the new 1.88 version (proxy and web containers excluded) --- Docker/immich/compose.yaml | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/Docker/immich/compose.yaml b/Docker/immich/compose.yaml index 5754f90..08e53d6 100644 --- a/Docker/immich/compose.yaml +++ b/Docker/immich/compose.yaml @@ -9,6 +9,8 @@ services: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: - stack.env + ports: + - 2283:3001 depends_on: - redis - database @@ -41,13 +43,6 @@ services: - stack.env restart: unless-stopped - immich-web: - container_name: immich_web - image: ghcr.io/immich-app/immich-web:${IMMICH_VERSION:-release} - env_file: - - stack.env - restart: unless-stopped - typesense: container_name: immich_typesense image: typesense/typesense:0.24.1@sha256:9bcff2b829f12074426ca044b56160ca9d777a0c488303469143dd9f8259d4dd @@ -78,21 +73,8 @@ services: - pgdata:/var/lib/postgresql/data restart: unless-stopped - immich-proxy: - container_name: immich_proxy - image: ghcr.io/immich-app/immich-proxy:${IMMICH_VERSION:-release} - environment: - # Make sure these values get passed through from the env file - - IMMICH_SERVER_URL - - IMMICH_WEB_URL - ports: - - 2283:8080 - depends_on: - - immich-server - - immich-web - restart: unless-stopped volumes: pgdata: model-cache: - tsdata: + tsdata: \ No newline at end of file