Skip to content

Commit

Permalink
Merge pull request #47 from stakewise/update-graph-version
Browse files Browse the repository at this point in the history
Update subgraph version
  • Loading branch information
tsudmi authored Jan 12, 2022
2 parents 8e65b87 + 62f12e5 commit beae290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ volumes:
services:
oracle:
container_name: oracle
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.0.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.0.5
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -30,7 +30,7 @@ services:

keeper:
container_name: keeper
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.0.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.0.5
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down Expand Up @@ -77,7 +77,7 @@ services:

subgraphs:
container_name: subgraphs
image: europe-west4-docker.pkg.dev/stakewiselabs/public/subgraphs:v1.0.6
image: europe-west4-docker.pkg.dev/stakewiselabs/public/subgraphs:v1.0.7
command: >
/bin/sh -c "until nc -vz graph-node 8020; do echo 'Waiting graph-node'; sleep 2; done
&& yarn build:${NETWORK}
Expand Down

0 comments on commit beae290

Please sign in to comment.