File tree Expand file tree Collapse file tree 5 files changed +2712
-3250
lines changed Expand file tree Collapse file tree 5 files changed +2712
-3250
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ networks:
13
13
14
14
services :
15
15
ipfs :
16
- image : ipfs/go-ipfs:v0.10.0
16
+ image : ipfs/go-ipfs:v0.34.1
17
17
restart : unless-stopped
18
18
networks :
19
19
- thegraph-bellecour
@@ -44,7 +44,7 @@ services:
44
44
- ${DATA}/viviani/postgres:/var/lib/postgresql/data
45
45
46
46
graphnode-viviani :
47
- image : graphprotocol/graph-node:v0.27 .0
47
+ image : graphprotocol/graph-node:v0.37 .0
48
48
restart : unless-stopped
49
49
networks :
50
50
- viviani
@@ -86,7 +86,7 @@ services:
86
86
- ${DATA}/bellecour/postgres:/var/lib/postgresql/data
87
87
88
88
graphnode-bellecour :
89
- image : graphprotocol/graph-node:v0.27 .0
89
+ image : graphprotocol/graph-node:v0.37 .0
90
90
restart : unless-stopped
91
91
networks :
92
92
- bellecour
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ networks:
8
8
9
9
services :
10
10
ipfs :
11
- image : ipfs/go-ipfs:v0.10.0
11
+ image : ipfs/go-ipfs:v0.34.1
12
12
restart : unless-stopped
13
13
networks :
14
14
- thegraph
@@ -37,7 +37,7 @@ services:
37
37
- ${DATA}/postgres:/var/lib/postgresql/data
38
38
39
39
graphnode :
40
- image : graphprotocol/graph-node:v0.27 .0
40
+ image : graphprotocol/graph-node:v0.37 .0
41
41
restart : unless-stopped
42
42
networks :
43
43
- blockchain
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ networks:
8
8
9
9
services :
10
10
ipfs :
11
- image : ipfs/go-ipfs:v0.10.0
11
+ image : ipfs/go-ipfs:v0.34.1
12
12
restart : unless-stopped
13
13
networks :
14
14
- thegraph
@@ -37,7 +37,7 @@ services:
37
37
- ${DATA}/postgres:/var/lib/postgresql/data
38
38
39
39
graphnode :
40
- image : graphprotocol/graph-node:v0.27 .0
40
+ image : graphprotocol/graph-node:v0.37 .0
41
41
restart : unless-stopped
42
42
networks :
43
43
- blockchain
You can’t perform that action at this time.
0 commit comments