Skip to content

Commit

Permalink
Update docs/deployment/docker-compose.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger authored Jan 8, 2024
1 parent 142abbb commit ef808cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/deployment/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ cd pezzo

## Add the necessary environmental variables

Append the environmental variables from the Apps folder to the Pezzo directory
Append the environmental variables from the `apps/` folder to the root directory

```bash
cat apps/server/.env >> .env.local
cat apps/console/.env >> .env.local
```

## Running with Docker Compose

Run the following command to start the Pezzo stack:
Expand Down

0 comments on commit ef808cb

Please sign in to comment.