Deployment
Self-host Supercheck with Docker ComposeEdit
Deploy Supercheck on your own infrastructure with Docker Compose. Self-hosted mode includes unlimited features.
Quick Deploy
git clone https://github.com/supercheck-io/supercheck.git
cd supercheck/deploy/docker
docker compose -f docker-compose-secure.yml up -dAccess at https://your-domain.com after DNS is configured.
Requirements
- Docker Engine 20.10+
- 4GB RAM minimum (8GB recommended)
- Domain with DNS pointing to your server
Guides
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 |
Self-Hosted Mode
When SELF_HOSTED=true (default):
- All features unlocked
- No usage limits
- No billing required
- Data stays on your infrastructure