geth: explicitly open RPC and WebSocket ports to VPN
Since geth role now defaults to using `localhost` for both. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0a143764f0
commit
abe15b05db
|
@ -23,7 +23,9 @@ geth_expo_source_data_path: '{{ geth_cont_vol }}/data'
|
|||
|
||||
# Ports
|
||||
geth_port: 30303
|
||||
geth_rpc_addr: '0.0.0.0'
|
||||
geth_rpc_port: 8545
|
||||
geth_websocket_addr: '0.0.0.0'
|
||||
geth_websocket_port: 8546
|
||||
geth_expo_cont_port: 9200
|
||||
|
||||
|
|
|
@ -24,7 +24,9 @@ geth_expo_source_data_path: '{{ geth_cont_vol }}/data'
|
|||
|
||||
# Ports
|
||||
geth_port: 30303
|
||||
geth_rpc_addr: '0.0.0.0'
|
||||
geth_rpc_port: 8545
|
||||
geth_websocket_addr: '0.0.0.0'
|
||||
geth_websocket_port: 8546
|
||||
geth_expo_cont_port: 9200
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
|
||||
- name: infra-role-geth
|
||||
src: git@github.com:status-im/infra-role-geth.git
|
||||
version: bb265a41b690e5efcedba5b453e17997d72c4ac1
|
||||
version: 87b6be842f1cc4f69ac1f064150c9568aebcdb69
|
||||
scm: git
|
||||
|
||||
- name: infra-role-geth-exporter
|
||||
|
|
Loading…
Reference in New Issue