Created
January 3, 2022 12:29
-
-
Save Cerwyn/9e57c36ec8bf7962c08487eef76dc7fb to your computer and use it in GitHub Desktop.
Adonis Pm2 Ecosystem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
apps: [ | |
{ | |
name: 'web-app', | |
script: './build/server.js', | |
instances: 'max', | |
exec_mode: 'cluster', | |
autorestart: true, | |
}, | |
], | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment