Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 658 Bytes

docker compose for a local graph-node

Forked from https://github.com/graphprotocol/graph-node/blob/master/docker/docker-compose.yml

Prerequisites

Steps to start a local node

  1. Clone this repo
  2. Rename sample.env to .env and edit the API URL and Postgresql password
  3. In a terminal, change path to the cloned repo and type docker compose up

References