fix: change the content from script to scripts

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/382/head
Xinwei Xiong(cubxxw) 2 years ago
parent 5ed04d88b8
commit ca23b37797

@ -95,7 +95,7 @@ git checkout main
1. Set executable permissions 1. Set executable permissions
```shell ```shell
cd ../../script/ cd ../../scripts/
chmod +x *.sh chmod +x *.sh
``` ```

@ -830,4 +830,4 @@ prometheus:
conversationPrometheusPort: [ 20230 ] conversationPrometheusPort: [ 20230 ]
cachePrometheusPort: [ 20240 ] cachePrometheusPort: [ 20240 ]
realTimeCommPrometheusPort: [ 21300 ] realTimeCommPrometheusPort: [ 21300 ]
messageTransferPrometheusPort: [ 21400, 21401, 21402, 21403 ] # 端口数量和 script/path_info.cfg msg_transfer_service_num保持一致 messageTransferPrometheusPort: [ 21400, 21401, 21402, 21403 ] # 端口数量和 scripts/path_info.cfg msg_transfer_service_num保持一致

@ -4,7 +4,7 @@ source ./path_info.cfg
# images version # images version
version=v2.3.8 version=v2.3.8
git pull git pull
cd ../script/; ./build_all_service.sh cd ../scripts/; ./build_all_service.sh
cd ../deploy_k8s/ cd ../deploy_k8s/
for i in ${service[*]} for i in ${service[*]}
@ -27,4 +27,3 @@ do
echo "push ${image} success " echo "push ${image} success "
cd .. cd ..
done done

@ -24,7 +24,7 @@ services:
- ${DATA_DIR}/components/mongodb/data/db:/data/db - ${DATA_DIR}/components/mongodb/data/db:/data/db
- ${DATA_DIR}/components/mongodb/data/logs:/data/logs - ${DATA_DIR}/components/mongodb/data/logs:/data/logs
- ${DATA_DIR}/components/mongodb/data/conf:/etc/mongo - ${DATA_DIR}/components/mongodb/data/conf:/etc/mongo
- ./script/mongo-init.sh:/docker-entrypoint-initdb.d/mongo-init.sh:ro - ./scripts/mongo-init.sh:/docker-entrypoint-initdb.d/mongo-init.sh:ro
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
# cache # cache

Loading…
Cancel
Save