From 86fcc17a23f5ce49b4a901c69125b7b77343cbff Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 3 May 2025 13:25:35 +0200 Subject: [PATCH] Add environment configuration to service-immich.json --- immich/service-immich.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/immich/service-immich.json b/immich/service-immich.json index 09d3890..bcf0687 100644 --- a/immich/service-immich.json +++ b/immich/service-immich.json @@ -118,6 +118,9 @@ "IMMICH_VERSION": "#IMMICH_VERSION" } ], + "ENV_FILES": [ + "/etc/user/secret/immich/immich.json" + ], "EXTRA": "", "DEPEND": "null", "START_ON_BOOT": "true", @@ -136,6 +139,17 @@ "MEMORY": "1024M", "NETWORK": "immich-net", "SELECTOR": "immichmachine-learning", + "ENVS": [ + { + "REDIS_HOSTNAME": "immichredis-app" + }, + { + "TZ": "#IMMICH_TZ" + }, + { + "IMMICH_VERSION": "#IMMICH_VERSION" + } + ], "DEPEND": "null", "START_ON_BOOT": "true", "CMD": "null",