Deployment
Docker Compose
Learn how to run the full Pezzo stack locally with Docker Compose.
If you donβt wish to run Pezzo locally, you can use Pezzo Cloud instead. Pezzo Cloud is a fully managed version of Pezzo that is hosted and managed by the Pezzo team.
Clone the repository
First, clone the Pezzo repository from GitHub and then navigate into the directory:
Running with Docker Compose
Run the following command to start the Pezzo stack:
This command will spin up all infrastructure services (PostgreSQL, Redis, etc.) and the Pezzo components (Server, Console). It will also automatically apply database migration to the PostgreSQL database.
Once the stack is up and running, you can access the Pezzo Console at http://localhost:4200. π