From 11f1b876418a5849255b0045a935e3d0fd6b98cb Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 22 May 2023 11:58:25 +0100 Subject: [PATCH] Add Proxy --- immich-docker-compose.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/immich-docker-compose.yml b/immich-docker-compose.yml index bedbbe3..416459b 100644 --- a/immich-docker-compose.yml +++ b/immich-docker-compose.yml @@ -68,17 +68,18 @@ services: - /usr/docker_binds/immich/pgdata:/var/lib/postgresql/data restart: always - #immich-proxy: - # container_name: immich_proxy - # image: ghcr.io/immich-app/immich-proxy:release - # environment: - # # Make sure these values get passed through from the env file - # - IMMICH_SERVER_URL - ## - IMMICH_WEB_URL - # ports: - # - 2283:8080 - # logging: - # driver: none - # depends_on: - # - immich-server - # restart: always \ No newline at end of file + immich-proxy: + container_name: immich_proxy + image: ghcr.io/immich-app/immich-proxy:release + environment: + # Make sure these values get passed through from the env file + - IMMICH_WEB_URL #=http://immich-web:3000 + - IMMICH_SERVER_URL #=http://immich-server:3001 + - IMMICH_MACHINE_LEARNING_URL #=http://immich-machine-learning:3003 + ports: + - 2283:8080 + logging: + driver: none + depends_on: + - immich-server + restart: always \ No newline at end of file