Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/@graphprotocol_graph-cli-2058-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphprotocol/graph-cli": patch
---
dependencies updates:
- Updated dependency [`@pinax/graph-networks-registry@^0.7.0` ↗︎](https://www.npmjs.com/package/@pinax/graph-networks-registry/v/0.7.0) (from `^0.6.5`, in `dependencies`)
9 changes: 6 additions & 3 deletions examples/cosmos-block-filtering/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
graph-node:
image: graphprotocol/graph-node:v0.32.0
Expand All @@ -25,7 +24,7 @@ services:
ports:
- '5001:5001'
volumes:
- ./data/ipfs:/data/ipfs
- ipfs-data:/data/ipfs
postgres:
image: postgres
ports:
Expand All @@ -36,4 +35,8 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
volumes:
- ./data/postgres:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data

volumes:
ipfs-data:
postgres-data:
9 changes: 6 additions & 3 deletions examples/cosmos-osmosis-token-swaps/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
graph-node:
image: graphprotocol/graph-node:v0.32.0
Expand All @@ -25,7 +24,7 @@ services:
ports:
- '5001:5001'
volumes:
- ./data/ipfs:/data/ipfs
- ipfs-data:/data/ipfs
postgres:
image: postgres
ports:
Expand All @@ -36,4 +35,8 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
volumes:
- ./data/postgres:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data

volumes:
ipfs-data:
postgres-data:
9 changes: 6 additions & 3 deletions examples/cosmos-validator-delegations/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
graph-node:
image: graphprotocol/graph-node:v0.32.0
Expand All @@ -25,7 +24,7 @@ services:
ports:
- '5001:5001'
volumes:
- ./data/ipfs:/data/ipfs
- ipfs-data:/data/ipfs
postgres:
image: postgres
ports:
Expand All @@ -36,4 +35,8 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
volumes:
- ./data/postgres:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data

volumes:
ipfs-data:
postgres-data:
9 changes: 6 additions & 3 deletions examples/cosmos-validator-rewards/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
graph-node:
image: graphprotocol/graph-node:v0.32.0
Expand All @@ -25,7 +24,7 @@ services:
ports:
- '5001:5001'
volumes:
- ./data/ipfs:/data/ipfs
- ipfs-data:/data/ipfs
postgres:
image: postgres
ports:
Expand All @@ -36,4 +35,8 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
volumes:
- ./data/postgres:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data

volumes:
ipfs-data:
postgres-data:
9 changes: 6 additions & 3 deletions examples/ethereum-basic-event-handlers/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
hardhat:
build: ./hardhat
Expand Down Expand Up @@ -30,7 +29,7 @@ services:
ports:
- '5001:5001'
volumes:
- ./data/ipfs:/data/ipfs
- ipfs-data:/data/ipfs
postgres:
image: postgres
ports:
Expand All @@ -42,4 +41,8 @@ services:
POSTGRES_DB: graph-node
POSTGRES_INITDB_ARGS: '-E UTF8 --locale=C'
volumes:
- ./data/postgres:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data

volumes:
ipfs-data:
postgres-data:
9 changes: 6 additions & 3 deletions examples/ethereum-gravatar/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
graph-node:
image: graphprotocol/graph-node:v0.32.0
Expand All @@ -25,7 +24,7 @@ services:
ports:
- '5001:5001'
volumes:
- ./data/ipfs:/data/ipfs
- ipfs-data:/data/ipfs
postgres:
image: postgres
ports:
Expand All @@ -36,4 +35,8 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
volumes:
- ./data/postgres:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data

volumes:
ipfs-data:
postgres-data:
9 changes: 6 additions & 3 deletions examples/near-blocks/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
graph-node:
image: graphprotocol/graph-node:v0.32.0
Expand All @@ -25,7 +24,7 @@ services:
ports:
- '5001:5001'
volumes:
- ./data/ipfs:/data/ipfs
- ipfs-data:/data/ipfs
postgres:
image: postgres
ports:
Expand All @@ -36,4 +35,8 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
volumes:
- ./data/postgres:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data

volumes:
ipfs-data:
postgres-data:
9 changes: 6 additions & 3 deletions examples/near-receipts/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
graph-node:
image: graphprotocol/graph-node:v0.32.0
Expand All @@ -25,7 +24,7 @@ services:
ports:
- '5001:5001'
volumes:
- ./data/ipfs:/data/ipfs
- ipfs-data:/data/ipfs
postgres:
image: postgres
ports:
Expand All @@ -36,4 +35,8 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
volumes:
- ./data/postgres:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data

volumes:
ipfs-data:
postgres-data:
Loading