Add PM2 ecosystem file
This commit is contained in:
parent
82623a9ff5
commit
518a48d0ca
1 changed files with 7 additions and 0 deletions
7
ecosystem.config.js
Normal file
7
ecosystem.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
apps: [{
|
||||
name: "tatoeba-api",
|
||||
script: "./index.js",
|
||||
args: "5000"
|
||||
}]
|
||||
};
|
Reference in a new issue