Skip to content

Commit

Permalink
add support for Competition Scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jellegerbrandy authored Jan 7, 2020
1 parent 086f89f commit 7361fcc
Show file tree
Hide file tree
Showing 117 changed files with 6,947 additions and 1,130 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ services:
GRAPH_GRAPHQL_MAX_FIRST: '1000'

ipfs:
image: daostack/subgraph-ipfs:0.0.1-rc.36-v1-3.0.19
image: daostack/subgraph-ipfs:0.0.1-rc.36-v1-3.0.20
ports:
- 5001:5001

postgres:
image: daostack/subgraph-postgres:0.0.1-rc.36-v1-3.0.19
image: daostack/subgraph-postgres:0.0.1-rc.36-v1-3.0.20
ports:
- 9432:5432
environment:
POSTGRES_PASSWORD: 'letmein'

ganache:
image: daostack/test-env:0.0.1-rc.36-v1-3.0.19
image: daostack/test-env:0.0.1-rc.36-v1-3.0.20
ports:
- 8545:8545
Loading

0 comments on commit 7361fcc

Please sign in to comment.