Skip to content

Commit

Permalink
Merge branch 'master' into 115-upgrade-web3
Browse files Browse the repository at this point in the history
  • Loading branch information
jellegerbrandy committed Mar 12, 2019
2 parents 58eacd1 + 3909490 commit 270b3e5
Show file tree
Hide file tree
Showing 19 changed files with 3,165 additions and 3,062 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
graph-node:
image: graphprotocol/graph-node:latest@sha256:b8974ea34ce95aac48d618fa4989bb60474a33c2dfb047fc87111a3283108ba3
image: graphprotocol/graph-node:latest@sha256:c3a539c724a997154037fa80f00fdb9e5e7ab294f2de7494cd95a61d829626d1

ports:
- 8000:8000
Expand All @@ -24,19 +24,19 @@ services:
GRAPH_LOG: "graph.log"

ipfs:
image: daostack/subgraph-ipfs:ganache-0.0.1-rc.11-v3-0.0.2
image: daostack/subgraph-ipfs:ganache-0.0.1-rc.12-v3-0.0.4
ports:
- 5001:5001

postgres:
image: daostack/subgraph-postgres:ganache-0.0.1-rc.11-v3-0.0.2
image: daostack/subgraph-postgres:ganache-0.0.1-rc.12-v3-0.0.4
ports:
- 9432:5432
environment:
POSTGRES_PASSWORD: 'letmein'

ganache:
image: daostack/migration:0.0.1-rc.11-v3
image: daostack/migration:0.0.1-rc.12-v3
ports:
- 8545:8545
command: >
Expand Down
Loading

0 comments on commit 270b3e5

Please sign in to comment.