Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Update docker version for graph-node
Browse files Browse the repository at this point in the history
  • Loading branch information
imbenwolf committed May 26, 2022
1 parent 18fb2da commit 41dec97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
IPFS_URL: http://ipfs:5001

graph-node:
image: graphprotocol/graph-node:v0.24.0
image: graphprotocol/graph-node:v0.26.0
ports:
- '8000:8000'
depends_on:
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
retries: 24

graph-node:
image: graphprotocol/graph-node:v0.25.2
image: graphprotocol/graph-node:v0.26.0
ports:
- '8000:8000'
- '8020:8020'
Expand All @@ -57,7 +57,6 @@ services:
ethereum: 'mainnet:http://ensonet:3000'
GRAPH_LOG: info
GRAPH_ALLOW_NON_DETERMINISTIC_FULLTEXT_SEARCH: "true"
GRAPH_ETHEREUM_MAX_BLOCK_RANGE_SIZE: 10
GRAPH_ETHEREUM_CLEANUP_BLOCKS: "true"

ipfs:
Expand Down

0 comments on commit 41dec97

Please sign in to comment.