Skip to content

Commit fd85685

Browse files
Update docker-compose.mdx (#282)
* Update docker-compose.mdx Minor updates to fast deployment process due to changes in Docker Compose * Update docs/deployment/docker-compose.mdx --------- Co-authored-by: Ariel Weinberger <[email protected]>
1 parent 33f6a49 commit fd85685

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/deployment/docker-compose.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,19 @@ git clone https://github.com/pezzolabs/pezzo.git
1818
cd pezzo
1919
```
2020

21+
## Add the necessary environmental variables
22+
23+
Append the environmental variables from the `apps/` folder to the root directory
24+
25+
```bash
26+
cat apps/server/.env >> .env.local
27+
cat apps/console/.env >> .env.local
2128
## Running with Docker Compose
2229

2330
Run the following command to start the Pezzo stack:
2431

2532
```bash
26-
docker-compose up
33+
docker compose up
2734
```
2835

2936
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.

0 commit comments

Comments
 (0)