Skip to content

Commit f16820c

Browse files
fix version of docker images
1 parent 976a3bb commit f16820c

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

docker/all-chains/docker-compose.yml

Lines changed: 9 additions & 9 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.4.23
16+
image: ipfs/go-ipfs:v0.10.0
1717
restart: unless-stopped
1818
networks:
1919
- thegraph-bellecour
@@ -27,7 +27,7 @@ services:
2727
- ${DATA}/ipfs:/data/ipfs
2828

2929
postgres-viviani:
30-
image: postgres
30+
image: postgres:12
3131
restart: unless-stopped
3232
networks:
3333
- thegraph-viviani
@@ -44,7 +44,7 @@ services:
4444
- ${DATA}/viviani/postgres:/var/lib/postgresql/data
4545

4646
graphnode-viviani:
47-
image: graphprotocol/graph-node
47+
image: graphprotocol/graph-node:v0.27.0
4848
restart: unless-stopped
4949
networks:
5050
- viviani
@@ -69,7 +69,7 @@ services:
6969
GRAPH_NODE_ID: "graphnode_id"
7070

7171
postgres-bellecour:
72-
image: postgres
72+
image: postgres:12
7373
restart: unless-stopped
7474
networks:
7575
- thegraph-bellecour
@@ -86,7 +86,7 @@ services:
8686
- ${DATA}/bellecour/postgres:/var/lib/postgresql/data
8787

8888
graphnode-bellecour:
89-
image: graphprotocol/graph-node
89+
image: graphprotocol/graph-node:v0.27.0
9090
restart: unless-stopped
9191
networks:
9292
- bellecour
@@ -113,7 +113,7 @@ services:
113113
ethereum: "bellecour:http://bellecour-archive-node:8545"
114114
GRAPH_NODE_ID: "graphnode_id"
115115
# postgres-goerli:
116-
# image: postgres
116+
# image: postgres:12
117117
# restart: unless-stopped
118118
# networks:
119119
# - thegraph-goerli
@@ -129,7 +129,7 @@ services:
129129
# volumes:
130130
# - ${DATA}/goerli/postgres:/var/lib/postgresql/data
131131
# graphnode-goerli:
132-
# image: graphprotocol/graph-node
132+
# image: graphprotocol/graph-node:v0.27.0
133133
# restart: unless-stopped
134134
# networks:
135135
# - thegraph-goerli
@@ -153,7 +153,7 @@ services:
153153
# ethereum: "goerli:https://eth-goerli.alchemyapi.io/v2/Up5Axu02IzUdyhpxbavUdSnU8cDcG8rT"
154154
# GRAPH_NODE_ID: "graphnode_id"
155155
# postgres-goerli-infura:
156-
# image: postgres
156+
# image: postgres:12
157157
# restart: unless-stopped
158158
# networks:
159159
# - thegraph-goerli
@@ -169,7 +169,7 @@ services:
169169
# volumes:
170170
# - ${DATA}/goerli-infura/postgres:/var/lib/postgresql/data
171171
# graphnode-goerli-infura:
172-
# image: graphprotocol/graph-node
172+
# image: graphprotocol/graph-node:v0.27.0
173173
# restart: unless-stopped
174174
# networks:
175175
# - thegraph-goerli

docker/bellecour/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ networks:
44
thegraph:
55
blockchain:
66
external:
7-
name: bellecour_blockchain
7+
name: viviani_blockchain
88

99
services:
1010
ipfs:
11-
image: ipfs/go-ipfs:v0.4.23
11+
image: ipfs/go-ipfs:v0.10.0
1212
restart: unless-stopped
1313
networks:
1414
- thegraph
@@ -20,7 +20,7 @@ services:
2020
- ${DATA}/ipfs:/data/ipfs
2121

2222
postgres:
23-
image: postgres
23+
image: postgres:12
2424
restart: unless-stopped
2525
networks:
2626
- thegraph
@@ -37,7 +37,7 @@ services:
3737
- ${DATA}/postgres:/var/lib/postgresql/data
3838

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

docker/test/docker-compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- 8546:8546
1919

2020
ipfs:
21-
image: ipfs/go-ipfs:v0.4.23
21+
image: ipfs/go-ipfs:v0.10.0
2222
restart: unless-stopped
2323
networks:
2424
- thegraph
@@ -28,7 +28,7 @@ services:
2828
- ${DATA}/ipfs:/data/ipfs
2929

3030
postgres:
31-
image: postgres
31+
image: postgres:12
3232
restart: unless-stopped
3333
networks:
3434
- thegraph
@@ -41,11 +41,9 @@ services:
4141
POSTGRES_USER: "${DB_USER}"
4242
POSTGRES_PASSWORD: "${DB_PASSWORD}"
4343
POSTGRES_DB: "${DB_NAME}"
44-
volumes:
45-
- ${DATA}/postgres:/var/lib/postgresql/data
4644

4745
graphnode:
48-
image: graphprotocol/graph-node
46+
image: graphprotocol/graph-node:v0.27.0
4947
restart: unless-stopped
5048
networks:
5149
- blockchain

docker/viviani/docker-compose.yml

Lines changed: 3 additions & 3 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.4.23
11+
image: ipfs/go-ipfs:v0.10.0
1212
restart: unless-stopped
1313
networks:
1414
- thegraph
@@ -20,7 +20,7 @@ services:
2020
- ${DATA}/ipfs:/data/ipfs
2121

2222
postgres:
23-
image: postgres
23+
image: postgres:12
2424
restart: unless-stopped
2525
networks:
2626
- thegraph
@@ -37,7 +37,7 @@ services:
3737
- ${DATA}/postgres:/var/lib/postgresql/data
3838

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

0 commit comments

Comments
 (0)