slack-docker/Docker/ecosystem.config.json
Martin Donnelly 4cfc785c42 Dockerfied!
2022-05-13 16:24:38 +01:00

14 lines
203 B
JSON

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