Created
November 12, 2022 10:48
-
-
Save Alex4386/bf763228eb3b077204f8d742a9834ee3 to your computer and use it in GitHub Desktop.
Xen Orchestra PM2
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: '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