Skip to content

Instantly share code, notes, and snippets.

@Alex4386
Created November 12, 2022 10:48
Show Gist options
  • Save Alex4386/bf763228eb3b077204f8d742a9834ee3 to your computer and use it in GitHub Desktop.
Save Alex4386/bf763228eb3b077204f8d742a9834ee3 to your computer and use it in GitHub Desktop.
Xen Orchestra PM2
module.exports = {
apps: [
{
name: 'Xen Orchestra',
cwd: './packages/xo-server/',
script: 'yarn',
args: ['start'],
env: {
// You should configure it here.
NODE_ENV: 'production',
...process.env,
},
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment