From 328afe3b8016d73db701ed8e9971f9546e6549bb Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:21:34 +0200 Subject: [PATCH] Error with incorrect env names in immich --- yamls/immich.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yamls/immich.yaml b/yamls/immich.yaml index 2f034eb..c0a313c 100644 --- a/yamls/immich.yaml +++ b/yamls/immich.yaml @@ -8,7 +8,7 @@ services: volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: - - .env + - stackstack.env depends_on: - redis - database @@ -25,7 +25,7 @@ services: volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: - - .env + - stack.env depends_on: - redis - database @@ -38,14 +38,14 @@ services: volumes: - model-cache:/cache env_file: - - .env + - stack.env restart: unless-stopped immich-web: container_name: immich_web image: ghcr.io/immich-app/immich-web:${IMMICH_VERSION:-release} env_file: - - .env + - stack.env restart: unless-stopped typesense: @@ -69,7 +69,7 @@ services: container_name: immich_postgres image: postgres:14-alpine@sha256:28407a9961e76f2d285dc6991e8e48893503cc3836a4755bbc2d40bcc272a441 env_file: - - .env + - stack.env environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME}