Skip to content

Commit 47f83b6

Browse files
Removed exposed ports which already mapped externally
1 parent be41ef5 commit 47f83b6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docker/test/docker-compose.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@ services:
22
chain:
33
image: docker-regis.iex.ec/poco-chain:1.0.0-poco-v5.5.0-voucher-v1.0.0-nethermind
44
restart: unless-stopped
5-
expose:
6-
- 8545
7-
# - 8546
85
ports:
96
- 8545:8545
107
# - 8546:8546 # port (not required for integration tests) fails to open on CI
118

129
ipfs:
1310
restart: unless-stopped
1411
image: ipfs/go-ipfs:v0.22.0
15-
expose:
16-
- 8080
17-
- 5001
1812
ports:
1913
- 8080:8080
2014
- 5001:5001
@@ -36,9 +30,6 @@ services:
3630
graphnode:
3731
image: graphprotocol/graph-node:v0.35.1
3832
restart: unless-stopped
39-
expose:
40-
- 8000
41-
- 8020
4233
ports:
4334
- 8000:8000 # GraphQL HTTP
4435
# - 8001:8001 # GraphQL WS

0 commit comments

Comments
 (0)