support mount directory in container to host os

This commit is contained in:
hnwyllmm
2022-06-21 10:58:52 +08:00
committed by wangzelin.wzl
parent dd107a407e
commit faf118de7e
5 changed files with 82 additions and 17 deletions

View File

@ -1,7 +1,8 @@
MINI_MODE=${MINI_MODE:-false}
EXIT_WHILE_ERROR=${EXIT_WHILE_ERROR:-true}
OB_HOME_PATH=${OB_HOME_PATH:-"/root/ob"}
OB_MYSQL_PORT=${OB_MYSQL_PORT:-"2881"}
OB_RPC_PORT=${OB_RPC_PORT:-"2882"}
OB_ROOT_PASSWORD=${OB_ROOT_PASSWORD:-""}
OB_CLUSTER_NAME=${OB_CLUSTER_NAME:-"obcluster"}
OB_TENANT_NAME=${OB_TENANT_NAME:-"test"}
OB_TENANT_NAME=${OB_TENANT_NAME:-"test"}