-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmicroservices.json
87 lines (87 loc) · 2.16 KB
/
microservices.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"apps": [
{
"name": "API",
"script": "api/index.js",
"min_uptime": "5s",
"max_memory_restart": "350M",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false,
"log_date_format":""
},
{
"name": "base",
"script": "base/index.js",
"min_uptime": "5s",
"max_memory_restart": "150M",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false,
"log_date_format": "YYYY-MM-DD HH:mm Z"
},
{
"name": "graphs",
"script": "graphs/srv/start.js",
"min_uptime": "5s",
"max_memory_restart": "250M",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false,
"log_date_format": "YYYY-MM-DD HH:mm Z"
},{
"name": "applications",
"script": "applications/srv/start.js",
"min_uptime": "5s",
"max_memory_restart": "250M",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false,
"log_date_format": "YYYY-MM-DD HH:mm Z"
},
{
"name": "metrics",
"script": "metrics/srv/start.js",
"min_uptime": "5s",
"max_memory_restart": "250M",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false,
"log_date_format": "YYYY-MM-DD HH:mm Z"
},
{
"name": "systems",
"script": "systems/srv/start.js",
"min_uptime": "5s",
"max_memory_restart": "150M",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false,
"log_date_format": "YYYY-MM-DD HH:mm Z"
},
{
"name": "user",
"script": "user/srv/start.js",
"min_uptime": "5s",
"max_memory_restart": "150M",
"watch": false,
"exec_interpreter": "node",
"exec_mode": "fork",
"autorestart": true,
"vizion": false,
"log_date_format": "YYYY-MM-DD HH:mm Z"
}
]
}