Deployment
Self-host Supercheck with Docker ComposeEdit
Deploy Supercheck on your own infrastructure. Self-hosted mode includes unlimited features with all your data staying on your servers.
Docker Compose
Single Location
All services on one server — simple and quick
Multi-Location
Workers in multiple regions for global coverage
Requirements
| Requirement | Minimum |
|---|---|
| Docker Engine | 20.10+ |
| OS | Linux (Ubuntu 22.04+, Debian 12+) |
| Architecture | x86_64 or arm64 |
| CPU | 4 vCPU |
| Memory | 8GB RAM |
| Storage | 50GB |
| Domain | Optional (required for HTTPS) |
Services
| Service | Purpose |
|---|---|
| app | Next.js frontend and API |
| worker | Test execution (Playwright/K6) |
| postgres | Database |
| redis | Job queues |
| minio | Artifact storage (S3-compatible) |
| traefik | HTTPS reverse proxy (production only) |