drop image flavour(protocol) from docker tag name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e446b26e27
commit
41e98c1d2f
|
@ -20,7 +20,6 @@ Add to your `requirements.yml` file:
|
|||
|
||||
The crucial settings are:
|
||||
```yaml
|
||||
beacon_node_build_flavour: 'rlpx'
|
||||
beacon_node_network: 'testnet0'
|
||||
# optional setting for debug mode
|
||||
beacon_node_log_level: DEBUG
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
---
|
||||
beacon_node_build_flavour: 'rlpx'
|
||||
beacon_node_network: 'testnet0'
|
||||
beacon_node_log_level: INFO
|
||||
|
||||
# Image source: https://github.com/status-im/nimbus/tree/master/docker/beacon_node
|
||||
beacon_node_cont_tag: '{{ beacon_node_network }}-{{ beacon_node_build_flavour }}'
|
||||
beacon_node_cont_tag: '{{ beacon_node_network }}'
|
||||
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:{{ beacon_node_cont_tag }}'
|
||||
beacon_node_cont_name: 'beacon-node-{{ beacon_node_build_flavour }}-{{ beacon_node_network}}'
|
||||
beacon_node_cont_name: 'beacon-node-{{ beacon_node_network}}'
|
||||
|
||||
beacon_node_discovery_port: 9000
|
||||
beacon_node_listening_port: 9000
|
||||
|
|
Loading…
Reference in New Issue