2
0

feat: add user module deploy

This commit is contained in:
caiyuchao
2024-11-28 14:37:15 +08:00
parent edf8017dcd
commit 8c0032e569
5 changed files with 34 additions and 2 deletions

View File

@@ -31,12 +31,12 @@ base(){
# 启动程序模块(必须)
modules(){
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-system
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-system wfc-modules-user
}
# 启动程序模块(后端)
backend(){
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system wfc-modules-user
}
# 启动程序模块(前端)