Skip to content

Instantly share code, notes, and snippets.

@Cerwyn
Created January 3, 2022 12:29
Show Gist options
  • Save Cerwyn/9e57c36ec8bf7962c08487eef76dc7fb to your computer and use it in GitHub Desktop.
Save Cerwyn/9e57c36ec8bf7962c08487eef76dc7fb to your computer and use it in GitHub Desktop.
Adonis Pm2 Ecosystem
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