diff --git a/Dockerfile b/Dockerfile index ad08bd37c65..1284eab3d27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,4 +36,4 @@ ENV NODE_ENV=production # This reduces the attack surface by preventing container escape via root privileges USER node -CMD ["node", "dist/index.js"] +CMD ["node", "dist/index.js", "gateway", "--bind", "lan", "--allow-unconfigured"] diff --git a/render.yaml b/render.yaml index ca1df668fcc..9b4d7fc7acd 100644 --- a/render.yaml +++ b/render.yaml @@ -2,7 +2,7 @@ services: - type: web name: openclaw runtime: docker - plan: starter + plan: standard healthCheckPath: /health envVars: - key: PORT @@ -14,7 +14,9 @@ services: - key: OPENCLAW_WORKSPACE_DIR value: /data/workspace - key: OPENCLAW_GATEWAY_TOKEN - generateValue: true + sync: false + - key: OPENCLAW_GATEWAY_PORT + value: "8080" disk: name: openclaw-data mountPath: /data