4aa46c2493
The server has been initially dockerfied. It can be built using `docker-compose build --no-cache` and using normal docker-compose up and downs BREAKING CHANGE: The server now runs inside a docker container
13 lines
198 B
JSON
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"
|
|
}
|
|
]
|