pm2 ecosystem failure...
This commit is contained in:
parent
573e12f2d6
commit
fe2bba27e2
@ -1,17 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
|
|
||||||
apps: [
|
|
||||||
{
|
|
||||||
name : 'Greek Manifests',
|
|
||||||
script : './app.mjs',
|
|
||||||
instances : 'max',
|
|
||||||
exec_mode : 'cluster',
|
|
||||||
watch : ["app.mjs","src","controllers","routes"],
|
|
||||||
instance_var : 'INSTANCE_ID',
|
|
||||||
merge_logs : true,
|
|
||||||
env: {
|
|
||||||
"NODE_ENV" : "production",
|
|
||||||
}
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user