Skip to content

Commit b12031f

Browse files
authored
Update docs for indexer setup (#385)
Remove docker-compose docs for indexers
1 parent 732a4c6 commit b12031f

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

website/pages/en/operating-graph-node.mdx

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -69,33 +69,6 @@ cargo run -p graph-node --release -- \
6969
--ipfs https://ipfs.network.thegraph.com
7070
```
7171

72-
### Getting started using Docker
73-
74-
#### Prerequisites
75-
76-
- **Ethereum node** - By default, the docker compose setup will use mainnet: [http://host.docker.internal:8545](http://host.docker.internal:8545) to connect to the Ethereum node on your host machine. You can replace this network name and url by updating `docker-compose.yml`.
77-
78-
#### Setup
79-
80-
1. Clone Graph Node and navigate to the Docker directory:
81-
82-
```sh
83-
git clone http://github.com/graphprotocol/graph-node
84-
cd graph-node/docker
85-
```
86-
87-
2. For linux users only - Use the host IP address instead of `host.docker.internal` in the `docker-compose.yml`using the included script:
88-
89-
```sh
90-
./setup.sh
91-
```
92-
93-
3. Start a local Graph Node that will connect to your Ethereum endpoint:
94-
95-
```sh
96-
docker-compose up
97-
```
98-
9972
### Getting started with Kubernetes
10073

10174
A complete Kubernetes example configuration can be found in the [indexer repository](https://github.com/graphprotocol/indexer/tree/main/k8s).

0 commit comments

Comments
 (0)