docker-multiview/Docker/ecosystem.config.json
Martin Donnelly 42a9be107e init
2022-07-07 11:38:15 +01:00

13 lines
198 B
JSON

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