Skip to content

Commit 6a9463f

Browse files
Update minor updates 📉
1 parent 721f751 commit 6a9463f

File tree

5 files changed

+2712
-3250
lines changed

5 files changed

+2712
-3250
lines changed

‎docker/all-chains/docker-compose.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ networks:
1313

1414
services:
1515
ipfs:
16-
image: ipfs/go-ipfs:v0.10.0
16+
image: ipfs/go-ipfs:v0.34.1
1717
restart: unless-stopped
1818
networks:
1919
- thegraph-bellecour
@@ -44,7 +44,7 @@ services:
4444
- ${DATA}/viviani/postgres:/var/lib/postgresql/data
4545

4646
graphnode-viviani:
47-
image: graphprotocol/graph-node:v0.27.0
47+
image: graphprotocol/graph-node:v0.37.0
4848
restart: unless-stopped
4949
networks:
5050
- viviani
@@ -86,7 +86,7 @@ services:
8686
- ${DATA}/bellecour/postgres:/var/lib/postgresql/data
8787

8888
graphnode-bellecour:
89-
image: graphprotocol/graph-node:v0.27.0
89+
image: graphprotocol/graph-node:v0.37.0
9090
restart: unless-stopped
9191
networks:
9292
- bellecour

‎docker/bellecour/docker-compose.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ networks:
88

99
services:
1010
ipfs:
11-
image: ipfs/go-ipfs:v0.10.0
11+
image: ipfs/go-ipfs:v0.34.1
1212
restart: unless-stopped
1313
networks:
1414
- thegraph
@@ -37,7 +37,7 @@ services:
3737
- ${DATA}/postgres:/var/lib/postgresql/data
3838

3939
graphnode:
40-
image: graphprotocol/graph-node:v0.27.0
40+
image: graphprotocol/graph-node:v0.37.0
4141
restart: unless-stopped
4242
networks:
4343
- blockchain

‎docker/viviani/docker-compose.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ networks:
88

99
services:
1010
ipfs:
11-
image: ipfs/go-ipfs:v0.10.0
11+
image: ipfs/go-ipfs:v0.34.1
1212
restart: unless-stopped
1313
networks:
1414
- thegraph
@@ -37,7 +37,7 @@ services:
3737
- ${DATA}/postgres:/var/lib/postgresql/data
3838

3939
graphnode:
40-
image: graphprotocol/graph-node:v0.27.0
40+
image: graphprotocol/graph-node:v0.37.0
4141
restart: unless-stopped
4242
networks:
4343
- blockchain

0 commit comments

Comments
 (0)