PoolParty 10.0 Installation Guide
11/11/2025
This guide shows how to do a fresh installation of PoolParty 10 for both development and production environments via Docker compose.
Tip
While this guide focuses on Docker compose, Helm charts are also available for deploying PoolParty 10 and higher on a Kubernetes cluster. You can find the official PoolParty chart here.
Note
If you already have PoolParty 9 installed, consult the PoolParty 9.7 to 10 Migration Guide instead of this one. If you are installing a clean new version of PoolParty 10 instead of upgrading but using existing Keycloak, Elasticsearch, or Spark instances, the Migration Guide has helpful information for that.
The most up-to-date version of these instructions is available in the github compose-files project's README.md file, titled Docker compose file for PoolParty. This document will help you navigate the README to find what you need.
PoolParty uses Docker to automate the installation of the configured set of components that make up PoolParty. These components include Keycloak, Elasticsearch, Spark, Nginx, and GraphDB.
You can perform this installation from the Linux command line or, using the Docker Desktop, on macOS or Windows.
