summaryrefslogtreecommitdiff
path: root/ecosystem.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'ecosystem.config.js')
-rw-r--r--ecosystem.config.js13
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'
+ }
+ ]
+}