mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
update bootstrap extra volume var name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
53a059fa2c
commit
03b6fbe91b
@ -25,7 +25,7 @@ bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
|
||||
consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}'
|
||||
|
||||
# Add volume for Nimbus data
|
||||
bootstrap_extra_volume_path: '/docker'
|
||||
bootstrap__extra_volume_path: '/docker'
|
||||
|
||||
# Disable Watchtower cleanup to avoid removal errors
|
||||
bootstrap__watchtower_cleanup_flag: false
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
# Mount extra volume for ElasticSearch container
|
||||
bootstrap_extra_volume_path: '/docker'
|
||||
bootstrap__extra_volume_path: '/docker'
|
||||
|
||||
# ElasticSearch Cluster
|
||||
es_master_nodes: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user