From 058e9e7a029e7dafbb7fcc1a3f1c9c0cf919ebbb Mon Sep 17 00:00:00 2001 From: poprhythm Date: Tue, 28 Oct 2025 17:24:58 +0000 Subject: [PATCH] Add immich/stack.env --- immich/stack.env | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 immich/stack.env diff --git a/immich/stack.env b/immich/stack.env new file mode 100644 index 0000000..c3110ac --- /dev/null +++ b/immich/stack.env @@ -0,0 +1,6 @@ +UPLOAD_LOCATION:library +DB_DATA_LOCATION:/srv/immich-postgres/ +IMMICH_VERSION:release +DB_PASSWORD:postgres +DB_USERNAME:postgres +DB_DATABASE_NAME:immich \ No newline at end of file