File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
- ' {{ cardano_node_port }}:{{ cardano_node_container_port }}'
47
47
- ' {{ cardano_node_metrics_port }}:{{ cardano_node_metrics_container_port }}'
48
48
env :
49
- CARDANO_BLOCK_PRODUCER : ' {{ cardano_node_block_producer | string }}'
49
+ CARDANO_BLOCK_PRODUCER : ' {{ "true" if ( cardano_node_block_producer | bool) else "false" }}'
50
50
CARDANO_CONFIG : ' {{ cardano_node_config_file }}'
51
51
CARDANO_DATABASE_PATH : ' {{ cardano_node_db_container_dir }}'
52
52
CARDANO_NETWORK : ' {{ cardano_node_network }}'
58
58
CARDANO_SHELLEY_VRF_KEY : ' {{ cardano_node_shelley_vrf_key }}'
59
59
CARDANO_SOCKET_PATH : ' {{ cardano_node_ipc_container_dir }}/{{ cardano_node_socket_name }}'
60
60
CARDANO_TOPOLOGY : ' {{ cardano_node_topology_file }}'
61
- RESTORE_SNAPSHOT : ' {{ cardano_node_restore_snapshot | string }}'
61
+ RESTORE_SNAPSHOT : ' {{ "true" if ( cardano_node_restore_snapshot | bool) else "false" }}'
62
62
SNAPSHOT_DIGEST : ' {{ cardano_node_snapshot_digest }}'
63
63
volumes : ' {{ cardano_node_docker_volumes | list }}'
You can’t perform that action at this time.
0 commit comments