silvrgit/Docker/ecosystem.config.json

13 lines
198 B
JSON
Raw Permalink Normal View History

2022-10-17 16:26:51 +00:00
[
{
"name": "Slack",
"script": "app/predict.js",
"env": {
"NODE_ENV": "production"
},
"autorestart": false,
"instances": 1,
"cron_restart": "10 15 * * 2,5"
}
]