Skip to main content

Hyppot Docker Image

· One min read

Hyppot Docker Image Now Available

We're excited to announce that Hyppot is now available as a Docker image, making it easier to deploy and run your A/B testing infrastructure.

What's New

  • Official Docker Image: Pre-built Docker container available in GitHub Container Registry
  • Easy Deployment: Get Hyppot up and running with a single docker run command
  • Production Ready: Includes all necessary components for running Hyppot in containerized environments
  • Available at ghcr.io/hyppot/hyppot-server

Getting Started with Docker

Pull and run the Hyppot server:

docker pull ghcr.io/hyppot/hyppot-server:latest
docker run -p 8080:80 ghcr.io/hyppot/hyppot-server:latest

What's Included

The Docker image contains:

  • Hyppot server with admin panel
  • All necessary runtime dependencies
  • Pre-configured for immediate use
  • Support for all database providers (PostgreSQL, SQL Server, SQLite)

Visit our installation documentation for detailed setup instructions and configuration options.