[object Object]

← back to Ventura Claw

snapshot: 2 file(s) changed, +2 new

90d7b12b3d5ef1683d4d4b75d26957116277fb8f · 2026-05-13 08:58:04 -0700 · Steve

Files touched

Diff

commit 90d7b12b3d5ef1683d4d4b75d26957116277fb8f
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed May 13 08:58:04 2026 -0700

    snapshot: 2 file(s) changed, +2 new
---
 server/ecosystem.config.cjs | 21 +++++++++++++++++++++
 viewer/ecosystem.config.cjs | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/server/ecosystem.config.cjs b/server/ecosystem.config.cjs
new file mode 100644
index 0000000..f3121e3
--- /dev/null
+++ b/server/ecosystem.config.cjs
@@ -0,0 +1,21 @@
+module.exports = {
+  apps: [{
+    name: "ventura-claw",
+    script: "server.js",
+    cwd: __dirname,
+    env: {
+      HOST: "0.0.0.0",
+      BIND: "0.0.0.0",
+      FLASK_RUN_HOST: "0.0.0.0",
+      UVICORN_HOST: "0.0.0.0",
+      GUNICORN_BIND: "0.0.0.0:8000",
+      HOSTNAME: "0.0.0.0",
+      VITE_HOST: "0.0.0.0",
+      NEXT_TELEMETRY_DISABLED: "1",
+      PORT: "9788",
+      NODE_ENV: "production",
+    },
+    autorestart: true,
+    max_memory_restart: "300M",
+  }],
+};
diff --git a/viewer/ecosystem.config.cjs b/viewer/ecosystem.config.cjs
new file mode 100644
index 0000000..e4218b4
--- /dev/null
+++ b/viewer/ecosystem.config.cjs
@@ -0,0 +1,19 @@
+module.exports = {
+  apps: [{
+    name: "ventura-claw-viewer",
+    script: "server.js",
+    cwd: __dirname,
+    env: {
+      NEXT_TELEMETRY_DISABLED: "1",
+      VITE_HOST: "0.0.0.0",
+      HOSTNAME: "0.0.0.0",
+      GUNICORN_BIND: "0.0.0.0:8000",
+      UVICORN_HOST: "0.0.0.0",
+      FLASK_RUN_HOST: "0.0.0.0",
+      BIND: "0.0.0.0",
+      HOST: "0.0.0.0",
+    },
+    autorestart: true,
+    max_memory_restart: "300M",
+  }],
+};

← f4a6174 marketing: pre-flight section flags Show HN draft is unshipp  ·  back to Ventura Claw  ·  snapshot — gitify backup 2026-05-19 5e81c08 →