Add environment configuration to service-immich.json

This commit is contained in:
gyurix
2025-05-03 13:25:35 +02:00
parent 64d4bd1dd7
commit 86fcc17a23

View File

@@ -118,6 +118,9 @@
"IMMICH_VERSION": "#IMMICH_VERSION" "IMMICH_VERSION": "#IMMICH_VERSION"
} }
], ],
"ENV_FILES": [
"/etc/user/secret/immich/immich.json"
],
"EXTRA": "", "EXTRA": "",
"DEPEND": "null", "DEPEND": "null",
"START_ON_BOOT": "true", "START_ON_BOOT": "true",
@@ -136,6 +139,17 @@
"MEMORY": "1024M", "MEMORY": "1024M",
"NETWORK": "immich-net", "NETWORK": "immich-net",
"SELECTOR": "immichmachine-learning", "SELECTOR": "immichmachine-learning",
"ENVS": [
{
"REDIS_HOSTNAME": "immichredis-app"
},
{
"TZ": "#IMMICH_TZ"
},
{
"IMMICH_VERSION": "#IMMICH_VERSION"
}
],
"DEPEND": "null", "DEPEND": "null",
"START_ON_BOOT": "true", "START_ON_BOOT": "true",
"CMD": "null", "CMD": "null",