version: '3.8' services: moltbot: build: context: . dockerfile: Dockerfile.moltbot container_name: moltbot restart: unless-stopped ports: - "18789:18789" command: /app/packages/clawdbot/node_modules/.bin/clawdbot gateway --port 18789 --allow-unconfigured volumes: - moltbot_data:/home/node/.clawd volumes: moltbot_data: {}