From 723ac1a19fad6149d434cac15b292730058cb94a Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 14 Nov 2025 13:35:47 -0600 Subject: [PATCH] gf --- Compose/immich.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Compose/immich.yaml b/Compose/immich.yaml index 5285e41..7517799 100644 --- a/Compose/immich.yaml +++ b/Compose/immich.yaml @@ -5,7 +5,6 @@ # # The compose file on main may not be compatible with the latest release. # - name: immich services: @@ -68,7 +67,7 @@ services: container_name: immich_postgres #image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 image: ghcr.io/immich-app/postgres:15-vectorchord0.5.3 - environment: + environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME} POSTGRES_DB: ${DB_DATABASE_NAME}