mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-06 05:49:24 +08:00
9f5a0d60d1
Signed-off-by: John Luo <jiehua.luo@zilliz.com>
12 lines
428 B
YAML
12 lines
428 B
YAML
- 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. |