From 8bfcfca84391d457992ca5cac6b1416d1e9de0ed Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 4 Apr 2025 12:54:29 -0400 Subject: [PATCH] feat: Removes public proxy for now, because it's not being used. --- compose.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/compose.yml b/compose.yml index 254e1fa..e0f11a1 100644 --- a/compose.yml +++ b/compose.yml @@ -35,20 +35,20 @@ services: disable: false # TODO: This is not needed when pangolin rules are setup for the /api/share/* paths. - immich-public-proxy: - image: alangrainger/immich-public-proxy:latest - container_name: immich-public-proxy - restart: unless-stopped - ports: - - "3000:3000" - environment: - - IMMICH_URL=http://immich-server:2283 - networks: - - proxy - healthcheck: - test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1 - start_period: 10s - timeout: 5s + # immich-public-proxy: + # image: alangrainger/immich-public-proxy:latest + # container_name: immich-public-proxy + # restart: unless-stopped + # ports: + # - "3000:3000" + # environment: + # - IMMICH_URL=http://immich-server:2283 + # networks: + # - proxy + # healthcheck: + # test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1 + # start_period: 10s + # timeout: 5s immich-machine-learning: container_name: immich_machine_learning