mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix: mount volume to store tendermint data
This commit is contained in:
parent
1c0287d924
commit
f8a05f5598
@ -53,6 +53,7 @@
|
|||||||
- "{{ tendermint_rpc_port }}"
|
- "{{ tendermint_rpc_port }}"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ tendermint_host_mount_dir }}{{ item|string }}{{ tendermint_home }}:{{ tendermint_home }}"
|
- "{{ tendermint_host_mount_dir }}{{ item|string }}{{ tendermint_home }}:{{ tendermint_home }}"
|
||||||
|
- "{{ tendermint_host_mount_dir }}{{ item|string }}{{ tendermint_data }}:{{ tendermint_data }}"
|
||||||
- "{{ tendermint_host_mount_config_dir }}{{ tendermint_home }}:/tendermint_config"
|
- "{{ tendermint_host_mount_config_dir }}{{ tendermint_home }}:/tendermint_config"
|
||||||
entrypoint: ''
|
entrypoint: ''
|
||||||
command: bash -c 'cp /tendermint_config/genesis.json /tendermint/config/genesis.json &&
|
command: bash -c 'cp /tendermint_config/genesis.json /tendermint/config/genesis.json &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user