feat: scripts feature extend

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-11 15:13:37 +08:00
parent fabdd4b313
commit d9e4899da5
8 changed files with 58 additions and 24 deletions

7
scripts/docker_start_all.sh Executable file → Normal file
View File

@@ -58,3 +58,10 @@ sleep 15
#fixme prevents the openIM service exit after execution in the docker container
tail -f /dev/null
# nohup ./bin/seata-server.sh > ./logs/seata.log.out 2>&1 &
# # seata注册到nacos的ip和端口不配置默认获取本机ipdocker容器ip
# echo $SEATA_IP $SEATA_PORT
# tail -f logs/seata.log.out