Browse Source

Add Proxy

master
Quildra 3 years ago
parent
commit
11f1b87641
  1. 29
      immich-docker-compose.yml

29
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
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
Loading…
Cancel
Save