Supercheck LogoSupercheck

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 -d

Access 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

ServicePurpose
appNext.js frontend and API
workerTest execution (Playwright/K6)
postgresDatabase
redisJob queues
minioArtifact storage (S3-compatible)
traefikHTTPS reverse proxy

Self-Hosted Mode

When SELF_HOSTED=true (default):

  • All features unlocked
  • No usage limits
  • No billing required
  • Data stays on your infrastructure