diff options
Diffstat (limited to 'ecosystem.config.js')
| -rw-r--r-- | ecosystem.config.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..56456b9 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,13 @@ +module.exports = { + apps: [ + { + name: 'fin-stockopname', + script: 'npm', + args: 'start', + instances: 1, + autorestart: true, + watch: false, + max_memory_restart: '1G' + } + ] +} |
