Immich tweaks.
This commit is contained in:
+2
-2
@@ -1882,7 +1882,7 @@ services:
|
|||||||
DB_PORT: 5432
|
DB_PORT: 5432
|
||||||
DB_USERNAME: immich
|
DB_USERNAME: immich
|
||||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||||
IMMICH_LOG_LEVEL: verbose
|
IMMICH_LOG_LEVEL: debug
|
||||||
IMMICH_TELEMETRY_INCLUDE: all
|
IMMICH_TELEMETRY_INCLUDE: all
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
@@ -1963,7 +1963,7 @@ services:
|
|||||||
container_name: immich-public-proxy
|
container_name: immich-public-proxy
|
||||||
depends_on:
|
depends_on:
|
||||||
immich-server:
|
immich-server:
|
||||||
condition: service_started
|
condition: service_healthy
|
||||||
required: true
|
required: true
|
||||||
environment:
|
environment:
|
||||||
IMMICH_URL: http://immich-server:2283
|
IMMICH_URL: http://immich-server:2283
|
||||||
|
|||||||
Reference in New Issue
Block a user