Add environment configuration to service-immich.json
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user