update shell to deploy
This commit is contained in:
@@ -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 启动程序模块(前端)
|
||||
|
||||
Reference in New Issue
Block a user