drop repo url and branch, add beacon_node_cont_tag

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-10 12:59:09 +01:00
parent 2faa953f4a
commit 746f040618
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 4 additions and 5 deletions

View File

@ -2,11 +2,10 @@
# shared testnet name
beacon_node_network: 'medalla'
beacon_node_log_level: INFO
beacon_node_data_folder: 'shared_{{ beacon_node_network }}_0'
beacon_node_repo_url: 'https://github.com/status-im/nimbus-eth2'
beacon_node_repo_branch: 'devel'
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:{{ beacon_node_repo_branch }}'
beacon_node_cont_tag: 'devel'
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:{{ beacon_node_cont_tag }}'
beacon_node_cont_name: 'beacon-node-{{ beacon_node_network}}'
beacon_node_cont_vol: '/docker/{{ beacon_node_cont_name }}'

View File

@ -32,7 +32,7 @@
- '{{ beacon_node_discovery_port }}:{{ beacon_node_discovery_port }}/udp'
command: >-
--network={{ beacon_node_network }}
--data-dir='/data/shared_{{ beacon_node_network }}_0'
--data-dir='/data/{{ beacon_node_data_folder }}'
--web3-url={{ beacon_node_web3_url }}
--nat=extip:{{ beacon_node_public_address }}
--log-level={{ beacon_node_log_level }}