fix(tests-rpc)_: Remove port bind
This commit is contained in:
parent
67890853bf
commit
40c3b1df33
|
@ -4,8 +4,6 @@ services:
|
|||
platform: linux/amd64
|
||||
command:
|
||||
- anvil --host 0.0.0.0
|
||||
ports:
|
||||
- 8545:8545
|
||||
|
||||
deploy-sntv2:
|
||||
platform: linux/amd64
|
||||
|
|
|
@ -7,12 +7,6 @@ services:
|
|||
build_tags: gowaku_no_rln
|
||||
build_target: statusd
|
||||
build_flags: -ldflags="-X github.com/status-im/status-go/params.Version= -X github.com/status-im/status-go/params.GitCommit=11f83780d -X github.com/status-im/status-go/params.IpfsGatewayURL=https://ipfs.status.im/ -X github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/metrics.EnabledStr=true"
|
||||
ports:
|
||||
- 3333:3333
|
||||
- 8080:8080
|
||||
- 30303:30303
|
||||
- 30303:30303/udp
|
||||
- 30304:30304/udp
|
||||
entrypoint: ["statusd", "-c", "/static/configs/config.json", "--seed-phrase=test test test test test test test test test test test junk", "--password=Strong12345"]
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -X POST --data '{\"jsonrpc\":\"2.0\",\"method\":\"net_version\",\"params\":[],\"id\":1}' -H 'Content-Type: application/json' http://0.0.0.0:3333 || exit 1"]
|
||||
|
|
Loading…
Reference in New Issue