version: '3.8' services: moltbot: build: context: ./tmp/moltbot container_name: moltbot restart: unless-stopped ports: - "18789:18789" volumes: - ./moltbot_data:/home/node/.clawd