File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3737
3838- name : Create container
3939 docker_container :
40- name : ' {{ cardano_node_docker_container_name }}'
41- image : ' {{ cardano_node_docker_image }}'
4240 command :
4341 - run
44- restart_policy : unless-stopped
45- ports :
46- - ' {{ cardano_node_port }}:{{ cardano_node_container_port }}'
47- - ' {{ cardano_node_metrics_port }}:{{ cardano_node_metrics_container_port }}'
42+ image : ' {{ cardano_node_docker_image }}'
43+ name : ' {{ cardano_node_docker_container_name }}'
4844 env :
4945 CARDANO_BLOCK_PRODUCER : ' {{ "true" if (cardano_node_block_producer | bool) else "false" }}'
5046 CARDANO_CONFIG : ' {{ cardano_node_config_file }}'
6056 CARDANO_TOPOLOGY : ' {{ cardano_node_topology_file }}'
6157 RESTORE_SNAPSHOT : ' {{ "true" if (cardano_node_restore_snapshot | bool) else "false" }}'
6258 SNAPSHOT_DIGEST : ' {{ cardano_node_snapshot_digest }}'
59+ ports :
60+ - ' {{ cardano_node_port }}:{{ cardano_node_container_port }}'
61+ - ' {{ cardano_node_metrics_port }}:{{ cardano_node_metrics_container_port }}'
62+ restart_policy : unless-stopped
63+ stop_timeout : 300
6364 volumes : ' {{ cardano_node_docker_volumes | list }}'
You can’t perform that action at this time.
0 commit comments