Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
6 changes: 4 additions & 2 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
- type: web
name: openclaw
runtime: docker
plan: starter
plan: standard
healthCheckPath: /health
envVars:
- key: PORT
Expand All @@ -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
Expand Down