Update appfiles
This commit is contained in:
parent
fe719b5f33
commit
8323d6b917
|
@ -34,6 +34,7 @@
|
|||
"http": "80",
|
||||
"path": "/"
|
||||
},
|
||||
"health_check": "",
|
||||
"envs": [
|
||||
{
|
||||
"key": "TZ",
|
||||
|
@ -84,8 +85,8 @@
|
|||
],
|
||||
"devices": [],
|
||||
"constraints": {
|
||||
"min_memory": "64",
|
||||
"min_storage": "128"
|
||||
"min_memory": 64,
|
||||
"min_storage": 128
|
||||
},
|
||||
"restart_policy": "unless-stopped",
|
||||
"sysctls": [],
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"https": "8920",
|
||||
"path": "/"
|
||||
},
|
||||
"health_check": "",
|
||||
"envs": [
|
||||
{
|
||||
"key": "TZ",
|
||||
|
@ -166,8 +167,8 @@
|
|||
}
|
||||
],
|
||||
"constraints": {
|
||||
"min_memory": "256",
|
||||
"min_storage": "1024"
|
||||
"min_memory": 256,
|
||||
"min_storage": 1024
|
||||
},
|
||||
"restart_policy": "unless-stopped",
|
||||
"sysctls": [],
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"http": "2342",
|
||||
"path": "/"
|
||||
},
|
||||
"health_check": "",
|
||||
"envs": [
|
||||
{
|
||||
"key": "TZ",
|
||||
|
@ -82,8 +83,8 @@
|
|||
],
|
||||
"devices": [],
|
||||
"constraints": {
|
||||
"min_memory": "512",
|
||||
"min_storage": "2048"
|
||||
"min_memory": 512,
|
||||
"min_storage": 2048
|
||||
},
|
||||
"restart_policy": "unless-stopped",
|
||||
"sysctls": [],
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
"http": "7878",
|
||||
"path": "/"
|
||||
},
|
||||
"health_check": "",
|
||||
"envs": [
|
||||
{
|
||||
"key": "TZ",
|
||||
|
@ -92,8 +93,8 @@
|
|||
],
|
||||
"devices": [],
|
||||
"constraints": {
|
||||
"min_memory": "256",
|
||||
"min_storage": "1024"
|
||||
"min_memory": 256,
|
||||
"min_storage": 1024
|
||||
},
|
||||
"restart_policy": "unless-stopped",
|
||||
"sysctls": [],
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
"http": "8989",
|
||||
"path": "/"
|
||||
},
|
||||
"health_check": "",
|
||||
"envs": [
|
||||
{
|
||||
"key": "TZ",
|
||||
|
@ -91,8 +92,8 @@
|
|||
],
|
||||
"devices": [],
|
||||
"constraints": {
|
||||
"min_memory": "256",
|
||||
"min_storage": "1024"
|
||||
"min_memory": 256,
|
||||
"min_storage": 1024
|
||||
},
|
||||
"restart_policy": "unless-stopped",
|
||||
"sysctls": [],
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
"http": "8080",
|
||||
"path": "/"
|
||||
},
|
||||
"health_check": "",
|
||||
"envs": [
|
||||
{
|
||||
"key": "TZ",
|
||||
|
@ -87,8 +88,8 @@
|
|||
],
|
||||
"devices": [],
|
||||
"constraints": {
|
||||
"min_memory": "256",
|
||||
"min_storage": "1024"
|
||||
"min_memory": 256,
|
||||
"min_storage": 1024
|
||||
},
|
||||
"restart_policy": "unless-stopped",
|
||||
"sysctls": [],
|
||||
|
|
Loading…
Reference in New Issue