Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Aug 28, 2024
1 parent a1e3bff commit 8d793f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/call.test-local-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ jobs:
run: yarn prepare-local
working-directory: ${{ env.subgraph-working-directory }}

- name: Run setup-graph-node
if: steps.base.outputs.cache-hit != 'true'
run: |
./tasks/setup-graph-node.sh
working-directory: ${{ env.subgraph-working-directory }}
# - name: Run setup-graph-node
# if: steps.base.outputs.cache-hit != 'true'
# run: |
# ./tasks/setup-graph-node.sh
# working-directory: ${{ env.subgraph-working-directory }}

- name: Docker compose
if: steps.base.outputs.cache-hit != 'true'
Expand Down
7 changes: 3 additions & 4 deletions packages/subgraph/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
services:
docker-host:
image: qoomon/docker-host
cap_add: [ 'NET_ADMIN', 'NET_RAW' ]
graph-node:
image: graphprotocol/graph-node:v0.35.0
ports:
Expand All @@ -14,13 +11,15 @@ services:
- docker-host
- ipfs
- postgres
extra_hosts:
- host.docker.internal:host-gateway
environment:
postgres_host: postgres
postgres_user: graph-node
postgres_pass: let-me-in
postgres_db: graph-node
ipfs: "ipfs:5001"
ethereum: "mainnet:http://docker-host:8545"
ethereum: "mainnet:http://host.docker.internal:8545"
GRAPH_LOG: info
ipfs:
image: ipfs/go-ipfs:v0.4.23
Expand Down

0 comments on commit 8d793f6

Please sign in to comment.