Update appfiles

This commit is contained in:
John Guan 2021-12-23 19:50:02 +08:00
parent fe719b5f33
commit 8323d6b917
6 changed files with 18 additions and 12 deletions

View File

@ -34,6 +34,7 @@
"http": "80", "http": "80",
"path": "/" "path": "/"
}, },
"health_check": "",
"envs": [ "envs": [
{ {
"key": "TZ", "key": "TZ",
@ -84,8 +85,8 @@
], ],
"devices": [], "devices": [],
"constraints": { "constraints": {
"min_memory": "64", "min_memory": 64,
"min_storage": "128" "min_storage": 128
}, },
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"sysctls": [], "sysctls": [],

View File

@ -35,6 +35,7 @@
"https": "8920", "https": "8920",
"path": "/" "path": "/"
}, },
"health_check": "",
"envs": [ "envs": [
{ {
"key": "TZ", "key": "TZ",
@ -166,8 +167,8 @@
} }
], ],
"constraints": { "constraints": {
"min_memory": "256", "min_memory": 256,
"min_storage": "1024" "min_storage": 1024
}, },
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"sysctls": [], "sysctls": [],

View File

@ -32,6 +32,7 @@
"http": "2342", "http": "2342",
"path": "/" "path": "/"
}, },
"health_check": "",
"envs": [ "envs": [
{ {
"key": "TZ", "key": "TZ",
@ -82,8 +83,8 @@
], ],
"devices": [], "devices": [],
"constraints": { "constraints": {
"min_memory": "512", "min_memory": 512,
"min_storage": "2048" "min_storage": 2048
}, },
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"sysctls": [], "sysctls": [],

View File

@ -34,6 +34,7 @@
"http": "7878", "http": "7878",
"path": "/" "path": "/"
}, },
"health_check": "",
"envs": [ "envs": [
{ {
"key": "TZ", "key": "TZ",
@ -92,8 +93,8 @@
], ],
"devices": [], "devices": [],
"constraints": { "constraints": {
"min_memory": "256", "min_memory": 256,
"min_storage": "1024" "min_storage": 1024
}, },
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"sysctls": [], "sysctls": [],

View File

@ -33,6 +33,7 @@
"http": "8989", "http": "8989",
"path": "/" "path": "/"
}, },
"health_check": "",
"envs": [ "envs": [
{ {
"key": "TZ", "key": "TZ",
@ -91,8 +92,8 @@
], ],
"devices": [], "devices": [],
"constraints": { "constraints": {
"min_memory": "256", "min_memory": 256,
"min_storage": "1024" "min_storage": 1024
}, },
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"sysctls": [], "sysctls": [],

View File

@ -31,6 +31,7 @@
"http": "8080", "http": "8080",
"path": "/" "path": "/"
}, },
"health_check": "",
"envs": [ "envs": [
{ {
"key": "TZ", "key": "TZ",
@ -87,8 +88,8 @@
], ],
"devices": [], "devices": [],
"constraints": { "constraints": {
"min_memory": "256", "min_memory": 256,
"min_storage": "1024" "min_storage": 1024
}, },
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"sysctls": [], "sysctls": [],