- name: indexnode docker_container: name: indexnode image: "{{image}}" command: "milvus run indexnode" env: ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}" MINIO_ADDRESS: "{{MINIO_ADDRESS}}" PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}" INDEX_COORD_ADDRESS: "{{INDEX_COORD_ADDRESS}}" METRICS_PORT: "9093" network_mode: "{{nodes_network}}" #Use the network which defined as variable in Inventory.