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:
Add the necessary environmental variables
Append the environmental variables from the apps/
folder to the root directory
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. π