From 8a9b2b9e7fd00c0aade857bfa8f0e167992b36d7 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sat, 10 Aug 2024 14:35:53 -0700 Subject: [PATCH] add immich env --- resources.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources.toml b/resources.toml index 6897a69..9669adf 100644 --- a/resources.toml +++ b/resources.toml @@ -50,6 +50,13 @@ config.file_paths = ["immich.compose.yaml"] config.git_provider = "git.demo.monitor.dev" config.git_account = "mbecks" config.repo = "mbecks/demo-sync" +config.environment = """ + UPLOAD_LOCATION = ./library + DB_DATA_LOCATION = ./postgres + IMMICH_VERSION = release + DB_PASSWORD = postgres + DB_USERNAME = postgres + DB_DATABASE_NAME = immich""" #################### # Jellyfin (Stack) #