mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-20 17:38:08 +00:00
nimbus.prater: open websocket port to other hosts
https://github.com/status-im/infra-nim-waku/issues/59 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
fa3bb88648
commit
1f54ea1fd4
@ -19,6 +19,7 @@ geth_rpc_port: '{{ 8545 + (idx|int) + 1 }}'
|
||||
geth_port: '{{ 30303 + (idx|int) + 1 }}'
|
||||
geth_metrics_port: '{{ 6060 + (idx|int) + 1 }}'
|
||||
geth_authrpc_port: '{{ 8551 + (idx|int) + 1 }}'
|
||||
geth_websocket_addr: '0.0.0.0'
|
||||
geth_websocket_port: '{{ 9546 + (idx|int) + 1 }}'
|
||||
# Geth metrics¬
|
||||
geth_expo_service_name: '{{ geth_service_name }}'
|
||||
@ -77,7 +78,7 @@ open_ports_default_chain: 'VPN'
|
||||
open_ports_list:
|
||||
- { port: '9300:9310', ipset: '{{ env }}.{{ stage }}' }
|
||||
# https://github.com/status-im/infra-nim-waku/issues/59
|
||||
- { port: '9546:9550', ipset: 'wakuv2.test' }
|
||||
- { port: '9546:9550', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
|
||||
|
||||
# Split by hostname for more central location
|
||||
nodes_layout:
|
||||
|
Loading…
x
Reference in New Issue
Block a user