From d3ddbf91194921b6183430c1bf6a9d51ac6347d0 Mon Sep 17 00:00:00 2001 From: Thomas M Date: Sat, 29 Nov 2025 12:40:57 +0000 Subject: [PATCH] =?UTF-8?q?immich/.env=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- immich/.env | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 immich/.env diff --git a/immich/.env b/immich/.env new file mode 100644 index 0000000..6faf59f --- /dev/null +++ b/immich/.env @@ -0,0 +1,15 @@ +# Versioning +IMMICH_VERSION=v2.3.1 + +# Database +DB_HOSTNAME=immich-database +DB_USERNAME=postgres +DB_PASSWORD=MySecureDatabasePassword # change this +DB_DATABASE_NAME=immich +DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this + +# Redis +REDIS_HOSTNAME=immich-redis + +# Upload File Config +UPLOAD_LOCATION=/mnt/docker-volumes/immich/uploads # change this \ No newline at end of file