testnet2-specific args

This commit is contained in:
Ștefan Talpalaru 2020-06-26 17:50:31 +02:00
parent 62176b5b6c
commit d363a54a1f
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
- '{{ beacon_node_listening_port }}:{{ beacon_node_listening_port }}/tcp'
- '{{ beacon_node_discovery_port }}:{{ beacon_node_discovery_port }}/udp'
command:
{% if beacon_node_network == "testnet2" %}
- '--run'
- '--'
{% endif %}
- '--nat=extip:{{ beacon_node_public_address }}'
- '--log-level={{ beacon_node_log_level }}'
- '--tcp-port={{ beacon_node_listening_port }}'