Immich tweaks.

This commit is contained in:
2025-02-07 18:00:58 -05:00
parent 617dea13b0
commit 432e14e5dd
+2 -2
View File
@@ -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