From ece9024ea8f4c75a332f4d3cfe3a092ca5069a37 Mon Sep 17 00:00:00 2001 From: mol Date: Wed, 16 Oct 2024 14:39:09 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20immich.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- immich.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich.yml b/immich.yml index d31061e..c8b4db6 100644 --- a/immich.yml +++ b/immich.yml @@ -22,7 +22,7 @@ services: volumes: - model-cache:/cache env_file: - - .env + - immich.env restart: always redis: @@ -34,7 +34,7 @@ services: container_name: immich_postgres image: tensorchord/pgvecto-rs:pg14-v0.2.0 env_file: - - .env + - immich.env environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME} @@ -63,7 +63,7 @@ services: container_name: immich_db_dumper image: prodrigestivill/postgres-backup-local env_file: - - .env + - immich.env environment: POSTGRES_HOST: database POSTGRES_DB: ${DB_DATABASE_NAME}