mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Refine docker-compose environment variable value (#22834)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
fb17b915d9
commit
4899d84439
@ -56,7 +56,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
ROOT_COORD_ADDRESS: rootcoord:53100
|
||||
# add ROOT_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
ROOT_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
ROOT_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "pulsar"
|
||||
@ -73,7 +73,7 @@ services:
|
||||
# PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
# ROOT_COORD_ADDRESS: rootcoord-1:53100
|
||||
# # add ROOT_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
# ROOT_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
# ROOT_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
# depends_on:
|
||||
# - "etcd"
|
||||
# - "pulsar"
|
||||
@ -101,7 +101,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
QUERY_COORD_ADDRESS: querycoord:19531
|
||||
# add QUERY_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
QUERY_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
QUERY_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "pulsar"
|
||||
@ -117,7 +117,7 @@ services:
|
||||
# MINIO_ADDRESS: minio:9000
|
||||
# PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
# QUERY_COORD_ADDRESS: querycoord-1:19531
|
||||
# QUERY_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
# QUERY_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
# depends_on:
|
||||
# - "etcd"
|
||||
# - "pulsar"
|
||||
@ -144,7 +144,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
INDEX_COORD_ADDRESS: indexcoord:31000
|
||||
# add INDEX_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
INDEX_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
INDEX_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "pulsar"
|
||||
@ -160,7 +160,7 @@ services:
|
||||
# MINIO_ADDRESS: minio:9000
|
||||
# PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
# INDEX_COORD_ADDRESS: indexcoord-1:31000
|
||||
# INDEX_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
# INDEX_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
# depends_on:
|
||||
# - "etcd"
|
||||
# - "pulsar"
|
||||
@ -188,7 +188,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
DATA_COORD_ADDRESS: datacoord:13333
|
||||
# add DATA_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
DATA_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
DATA_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "pulsar"
|
||||
@ -204,7 +204,7 @@ services:
|
||||
# MINIO_ADDRESS: minio:9000
|
||||
# PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
# DATA_COORD_ADDRESS: datacoord-1:13333
|
||||
# DATA_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
# DATA_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
# depends_on:
|
||||
# - "etcd"
|
||||
# - "pulsar"
|
||||
|
@ -60,7 +60,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
ROOT_COORD_ADDRESS: rootcoord:53100
|
||||
# add ROOT_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
ROOT_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
ROOT_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "pulsar"
|
||||
@ -77,7 +77,7 @@ services:
|
||||
# PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
# ROOT_COORD_ADDRESS: rootcoord-1:53100
|
||||
# # add ROOT_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
# ROOT_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
# ROOT_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
# depends_on:
|
||||
# - "etcd"
|
||||
# - "pulsar"
|
||||
@ -105,7 +105,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
QUERY_COORD_ADDRESS: querycoord:19531
|
||||
# add QUERY_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
QUERY_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
QUERY_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "pulsar"
|
||||
@ -121,7 +121,7 @@ services:
|
||||
# MINIO_ADDRESS: minio:9000
|
||||
# PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
# QUERY_COORD_ADDRESS: querycoord-1:19531
|
||||
# QUERY_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
# QUERY_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
# depends_on:
|
||||
# - "etcd"
|
||||
# - "pulsar"
|
||||
@ -148,7 +148,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
INDEX_COORD_ADDRESS: indexcoord:31000
|
||||
# add INDEX_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
INDEX_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
INDEX_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "pulsar"
|
||||
@ -164,7 +164,7 @@ services:
|
||||
# MINIO_ADDRESS: minio:9000
|
||||
# PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
# INDEX_COORD_ADDRESS: indexcoord-1:31000
|
||||
# INDEX_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
# INDEX_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
# depends_on:
|
||||
# - "etcd"
|
||||
# - "pulsar"
|
||||
@ -192,7 +192,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
DATA_COORD_ADDRESS: datacoord:13333
|
||||
# add DATA_COORD_ENABLE_ACTIVE_STANDBY to enable active standby
|
||||
DATA_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
DATA_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "pulsar"
|
||||
@ -208,7 +208,7 @@ services:
|
||||
# MINIO_ADDRESS: minio:9000
|
||||
# PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
# DATA_COORD_ADDRESS: datacoord-1:13333
|
||||
# DATA_COORD_ENABLE_ACTIVE_STANDBY: true
|
||||
# DATA_COORD_ENABLE_ACTIVE_STANDBY: "true"
|
||||
# depends_on:
|
||||
# - "etcd"
|
||||
# - "pulsar"
|
||||
|
Loading…
Reference in New Issue
Block a user