From aad704972866062ae89edf5abc921a109750a695 Mon Sep 17 00:00:00 2001 From: mol Date: Wed, 16 Oct 2024 14:40:10 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/immich.yml b/immich.yml index c8b4db6..d4c99d5 100644 --- a/immich.yml +++ b/immich.yml @@ -8,7 +8,7 @@ services: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro env_file: - - .env + - stack.env depends_on: - redis - database @@ -22,7 +22,7 @@ services: volumes: - model-cache:/cache env_file: - - immich.env + - stack.env restart: always redis: @@ -34,7 +34,7 @@ services: container_name: immich_postgres image: tensorchord/pgvecto-rs:pg14-v0.2.0 env_file: - - immich.env + - stack.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: - - immich.env + - stack.env environment: POSTGRES_HOST: database POSTGRES_DB: ${DB_DATABASE_NAME}