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