add ecosystem.config.js
This commit is contained in:
commit
40023826c1
1 changed files with 2 additions and 0 deletions
2
ecosystem.config.js
Normal file
2
ecosystem.config.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// PM2 ecosystem config
|
||||
module.exports = { apps: [{ name: 'aethex-live', script: 'server.js', cwd: '/var/www/aethex-live', instances: 1, autorestart: true, watch: false, max_memory_restart: '512M', env: { NODE_ENV: 'production', PORT: 3010 }, error_file: '/var/log/aethex-live/error.log', out_file: '/var/log/aethex-live/out.log' }] };
|
||||
Loading…
Reference in a new issue