docker-multiview/Docker/ecosystem.config.json

13 lines
198 B
JSON
Raw Normal View History

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