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