Get started with Waddles
Get a local instance of Waddles running with Docker Compose in a few minutes.
-
1. Clone the repo
git clone https://github.com/penguintechinc/waddlebot.git cd waddlebot -
2. Configure environment
cp .env.example .env # Set POSTGRES_PASSWORD, REDIS_PASSWORD, JWT_SECRET, # MINIO_ROOT_USER/PASSWORD, and SERVICE_API_KEY at minimum -
3. Start services
docker-compose up -d # Wait 2-3 minutes, then check: docker-compose ps -
4. Verify installation
Once the hub-api and hub-webui containers report healthy, open the Hub WebUI in your browser to sign in and start configuring communities, platform connections, and modules.