2019-02-13 22:45:53 +00:00
|
|
|
---
|
2019-03-22 01:38:48 +00:00
|
|
|
beacon_node_network: 'testnet0'
|
2019-04-23 17:35:05 +00:00
|
|
|
beacon_node_log_level: INFO
|
2019-03-21 21:08:55 +00:00
|
|
|
|
2019-03-23 08:57:42 +00:00
|
|
|
# Image source: https://github.com/status-im/nimbus/tree/master/docker/beacon_node
|
2019-06-21 14:44:26 +00:00
|
|
|
beacon_node_cont_tag: '{{ beacon_node_network }}'
|
2019-03-23 08:57:42 +00:00
|
|
|
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:{{ beacon_node_cont_tag }}'
|
2019-06-21 14:44:26 +00:00
|
|
|
beacon_node_cont_name: 'beacon-node-{{ beacon_node_network}}'
|
2019-03-23 08:57:42 +00:00
|
|
|
|
2019-03-28 19:01:05 +00:00
|
|
|
beacon_node_discovery_port: 9000
|
2019-03-21 21:08:55 +00:00
|
|
|
beacon_node_listening_port: 9000
|
2019-05-09 16:07:53 +00:00
|
|
|
beacon_node_public_tcp_port: 9000
|
|
|
|
beacon_node_public_udp_port: 9000
|
|
|
|
beacon_node_public_address: '{{ ansible_hostname }}'
|
|
|
|
|
|
|
|
beacon_node_cont_vol: '/docker/{{ beacon_node_cont_name }}'
|
2019-02-13 22:45:53 +00:00
|
|
|
|
2019-10-29 16:27:56 +00:00
|
|
|
# metrics
|
|
|
|
beacon_node_metrics_enabled: true
|
|
|
|
beacon_node_metrics_port: 9200
|
|
|
|
|
2019-03-23 09:30:29 +00:00
|
|
|
# general container management
|
|
|
|
cont_recreate: false
|
|
|
|
cont_restart: false
|
2019-05-09 16:07:53 +00:00
|
|
|
cont_state: 'started'
|