Deployment
Guides for deploying the Adblock Compiler to various platforms.
Contents
- Docker - Docker Compose deployment guide with Kubernetes examples
- Cloudflare Containers - Deploy to Cloudflare edge network
- Cloudflare Pages - Deploy to Cloudflare Pages
- Cloudflare Workers Architecture - Backend vs frontend workers, deployment modes, and their relationship
- Deployment Versioning - Automated deployment tracking and versioning
- Production Readiness - Production readiness assessment and recommendations
Quick Start
# Using Docker Compose (recommended)
docker compose up -d
Access the web UI at http://localhost:8787
Related
- Quick Start Guide - Get up and running quickly
- Environment Configuration - Environment variables
- GitHub Actions Environment Setup - CI/CD environment configuration