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 - /usr/docker_binds/immich/pgdata:/var/lib/postgresql/data
restart: always restart: always
#immich-proxy: immich-proxy:
# container_name: immich_proxy container_name: immich_proxy
# image: ghcr.io/immich-app/immich-proxy:release image: ghcr.io/immich-app/immich-proxy:release
# environment: environment:
# # Make sure these values get passed through from the env file # Make sure these values get passed through from the env file
# - IMMICH_SERVER_URL - IMMICH_WEB_URL #=http://immich-web:3000
## - IMMICH_WEB_URL - IMMICH_SERVER_URL #=http://immich-server:3001
# ports: - IMMICH_MACHINE_LEARNING_URL #=http://immich-machine-learning:3003
# - 2283:8080 ports:
# logging: - 2283:8080
# driver: none logging:
# depends_on: driver: none
# - immich-server depends_on:
# restart: always - immich-server
restart: always
Loading…
Cancel
Save