From b835bd078e89c9039a3fbf8769d8bee9d2a8d97e Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 21 Mar 2025 14:33:43 -0400 Subject: [PATCH] feat: Adds immich-public-proxy service. --- compose.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/compose.yml b/compose.yml index 4280238..5ff752a 100644 --- a/compose.yml +++ b/compose.yml @@ -34,6 +34,21 @@ services: healthcheck: disable: false + 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 # For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.