mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-31 07:55:42 +00:00
nimbus.mainnet: mount new NVMe volumes at /docker
https://github.com/status-im/infra-nimbus/issues/127 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
90895a638e
commit
98b38cbf96
@ -1,6 +1,12 @@
|
||||
---
|
||||
# Beacon nodes are held on /data so we can't bind it.
|
||||
bootstrap__extra_volume_path: '/docker'
|
||||
bootstrap__extra_volume_bind_path: null
|
||||
|
||||
# SWAP
|
||||
swap_file_size_mb: 2048
|
||||
|
||||
# Nimbus Beacon Node
|
||||
beacon_node_network: 'mainnet'
|
||||
# TODO This is to avoid too long service names.
|
||||
beacon_node_repo_branch: '{{ (node.branch == "libp2p") | ternary("nim-libp2p-auto-bump-unstable", node.branch) }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user