-
Notifications
You must be signed in to change notification settings - Fork 8
/
nexcloudui.json
66 lines (66 loc) · 1.38 KB
/
nexcloudui.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"id": "/nexcloudui",
"backoffFactor": 1.15,
"backoffSeconds": 1,
"container": {
"portMappings": [
{
"containerPort": 9000,
"hostPort": 0,
"protocol": "tcp",
"servicePort": 10015
}
],
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "nexclipper/nexclipperui",
"forcePullImage": true,
"privileged": false,
"parameters": []
}
},
"cpus": 1,
"disk": 0,
"env": {
"REDIS_HOST": "redis.marathon.l4lb.thisdcos.directory",
"MYSQL_DBNAME": "defaultdb",
"REDIS_PORT": "6379",
"MYSQL_URL": "mysql.marathon.l4lb.thisdcos.directory:3306",
"MYSQL_PASSWORD": "password",
"MYSQL_USERNAME": "admin"
},
"healthChecks": [
{
"gracePeriodSeconds": 300,
"intervalSeconds": 60,
"maxConsecutiveFailures": 3,
"portIndex": 0,
"timeoutSeconds": 20,
"delaySeconds": 15,
"protocol": "MESOS_HTTP",
"path": "/v1/check/"
}
],
"instances": 1,
"maxLaunchDelaySeconds": 3600,
"mem": 2048,
"gpus": 0,
"networks": [
{
"mode": "container/bridge"
}
],
"requirePorts": false,
"upgradeStrategy": {
"maximumOverCapacity": 1,
"minimumHealthCapacity": 1
},
"killSelection": "YOUNGEST_FIRST",
"unreachableStrategy": {
"inactiveAfterSeconds": 0,
"expungeAfterSeconds": 0
},
"fetch": [],
"constraints": []
}