Skip to content About The people and vision powering Probo Blog The latest news from Probo Stories Hear from our customers Changelog Latest product updates Docs Documentation for Probo GitHub Explore our open-source compliance tools

Quickstart

This guide walks you through deploying Probo with Docker Compose and setting up your first compliance framework. You should be up and running in about 15 minutes.

  1. Download the Docker Compose file

    Terminal window
    curl -sL https://raw.githubusercontent.com/getprobo/probo/refs/heads/main/deploy/docker-compose/docker-compose.yml -o docker-compose.yml
  2. Start the services

    Terminal window
    docker compose up -d

    This starts all required services: the Probo server, PostgreSQL database, and SeaweedFS for file storage.

  3. Access the web interface

    Open http://localhost:8080 in your browser. Create your account and log in.

  4. Create your organization

    After logging in, create your first organization. This is the top-level entity that contains all your compliance data.

  5. Import a compliance framework

    Navigate to the frameworks section and import the framework relevant to your business — for example, SOC 2 or ISO 27001. This gives you a set of controls to work with.

You now have a running Probo instance with a compliance framework in place. From here, you can start mapping controls to your security practices, collecting evidence, and managing risks.