From a8f1982a84f0764df613f30a42d0cefaad68be7f Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Mon, 28 Aug 2023 21:05:30 +0800 Subject: [PATCH] feat: add openim-docker design (#172) * feat: add openim-docker design Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add test code Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- config/config.yaml | 6 +++--- scripts/docker_start_all.sh | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 20351b344..6a34f4c23 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -99,6 +99,6 @@ adminList: openIMUrl: "http://127.0.0.1:10002" redis: - address: [ 127.0.0.1:16379 ] - username: - password: openIM123 \ No newline at end of file + # address: [ 127.0.0.1:16379 ] + # username: + # password: openIM123 \ No newline at end of file diff --git a/scripts/docker_start_all.sh b/scripts/docker_start_all.sh index 3a64017cc..a9807ce53 100755 --- a/scripts/docker_start_all.sh +++ b/scripts/docker_start_all.sh @@ -98,4 +98,6 @@ for ((i = 0; i < ${#service_filenames[*]}; i++)); do done done +${OPENIM_ROOT}/scripts/check_all.sh + tail -f ${logs_dir}/openIM.log