Skip to content

Commit

Permalink
update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 committed Oct 5, 2023
1 parent f8c353d commit 547f5e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/earn-subql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
timeout: 5s
retries: 5

subquery-node:
image: onfinality/subql-node:latest
earn-subquery-node:
image: onfinality/subql-node:v2.12.6
depends_on:
"postgres":
condition: service_healthy
Expand All @@ -38,7 +38,7 @@ services:
- --batch-size=30
- --unfinalized-blocks=true

graphql-engine:
earn-graphql-engine:
image: onfinality/subql-query:latest
ports:
- 3000:3000
Expand All @@ -55,4 +55,4 @@ services:
command:
- --name=app
- --playground
- --indexer=http://subquery-node:3000
- --indexer=http://earn-subquery-node:3000

0 comments on commit 547f5e5

Please sign in to comment.