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}