Skip to content

Commit

Permalink
docs: add memory requirements for building docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Oct 13, 2023
1 parent 4481888 commit f97262f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode
.env
tmp/
.envrc
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ git clone --recursive [email protected]:PeerDB-io/peerdb.git
cd peerdb

# Run docker containers: peerdb-server, postgres as catalog, temporal
# Make sure to have at least 5GB of RAM for building PeerDB docker images
export COMPOSE_PROJECT_NAME=peerdb-stack
docker compose up

Expand Down

0 comments on commit f97262f

Please sign in to comment.