mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
chore: Run pnpm format:fix.
This commit is contained in:
@@ -12,19 +12,19 @@ services:
|
||||
- ${OPENCLAW_CONFIG_DIR}:/home/node/.openclaw
|
||||
- ${OPENCLAW_WORKSPACE_DIR}:/home/node/.openclaw/workspace
|
||||
ports:
|
||||
- '${OPENCLAW_GATEWAY_PORT:-18789}:18789'
|
||||
- '${OPENCLAW_BRIDGE_PORT:-18790}:18790'
|
||||
- "${OPENCLAW_GATEWAY_PORT:-18789}:18789"
|
||||
- "${OPENCLAW_BRIDGE_PORT:-18790}:18790"
|
||||
init: true
|
||||
restart: unless-stopped
|
||||
command:
|
||||
[
|
||||
'node',
|
||||
'dist/index.js',
|
||||
"node",
|
||||
"dist/index.js",
|
||||
"gateway",
|
||||
'--bind',
|
||||
'${OPENCLAW_GATEWAY_BIND:-lan}',
|
||||
'--port',
|
||||
'${OPENCLAW_GATEWAY_PORT:-18789}',
|
||||
"--bind",
|
||||
"${OPENCLAW_GATEWAY_BIND:-lan}",
|
||||
"--port",
|
||||
"${OPENCLAW_GATEWAY_PORT:-18789}",
|
||||
]
|
||||
|
||||
openclaw-cli:
|
||||
@@ -42,4 +42,4 @@ services:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
init: true
|
||||
entrypoint: ['node', 'dist/index.js']
|
||||
entrypoint: ["node", "dist/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user