We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be41ef5 commit 47f83b6Copy full SHA for 47f83b6
docker/test/docker-compose.yml
@@ -2,19 +2,13 @@ services:
2
chain:
3
image: docker-regis.iex.ec/poco-chain:1.0.0-poco-v5.5.0-voucher-v1.0.0-nethermind
4
restart: unless-stopped
5
- expose:
6
- - 8545
7
-# - 8546
8
ports:
9
- 8545:8545
10
# - 8546:8546 # port (not required for integration tests) fails to open on CI
11
12
ipfs:
13
14
image: ipfs/go-ipfs:v0.22.0
15
16
- - 8080
17
- - 5001
18
19
- 8080:8080
20
- 5001:5001
@@ -36,9 +30,6 @@ services:
36
30
graphnode:
37
31
image: graphprotocol/graph-node:v0.35.1
38
32
39
40
- - 8000
41
- - 8020
42
33
43
34
- 8000:8000 # GraphQL HTTP
44
35
# - 8001:8001 # GraphQL WS
0 commit comments