2
0

update shell to deploy

This commit is contained in:
simonzhangsz
2024-12-11 15:18:18 +08:00
parent adab077708
commit 25d6ad11a1
5 changed files with 25 additions and 14 deletions

View File

@@ -41,12 +41,12 @@ exit /b 0
REM 启动程序模块(必须)
:modules
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-file wfc-modules-job wfc-modules-gen wfc-modules-system wfc-modules-user wfc-modules-payment
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment
exit /b 0
REM 启动程序模块(后端)
:backend
docker-compose up -d wfc-gateway wfc-auth wfc-modules-file wfc-modules-job wfc-modules-gen wfc-modules-system wfc-modules-user wfc-modules-payment
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment wfc-modules-job wfc-modules-file wfc-modules-gen
exit /b 0
REM 启动程序模块(前端)