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