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
Executable → Regular
+7
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和端口,不配置默认获取本机ip(docker容器ip)
# echo $SEATA_IP $SEATA_PORT
# tail -f logs/seata.log.out