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.
Append the environmental variables from the apps/ folder to the root directory
Copy
Ask AI
cat apps/server/.env >> .env.localcat apps/console/.env >> .env.local## Running with Docker ComposeRun the following command to start the Pezzo stack:```bashdocker compose up
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. π