Tag: Clawd

1 Posts

Hands-on Guide: Deploying Moltbot (Clawdbot) on ClawCloud Run
This is a submission from user TechRules: Prerequisites ClawCloud Run is a lightweight application development and deployment platform that supports Docker containerized applications. Before deploying Moltbot, ensure you have the following ready: Account: A registered and logged-in ClawCloud Run account. Select a region close to your user base for optimal latency. Docker Image: The official Moltbot Docker image (moltbot/moltbot). Domain: Your own domain name (Optional, but recommended). Resources: An application instance with at least 2 vCPUs and 4GB of RAM. API Keys: Valid model API keys (e.g., OpenAI or Anthropic). Deployment Steps Step 1: Create an Application Log in to the ClawCloud Run console, create a new application, set your desired application name, and select your region. Step 2: Configure the Docker Image Select "Public Image" and enter the image name: moltbot/moltbot:latest. Choose a Fixed Instance type and allocate at least 2 vCPUs and 4GB of RAM. Step 3: Network Configuration Set the container port to 18789 and…