silvrgit/Docker/ecosystem.config.json
2022-10-17 17:26:51 +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"
}
]