feat: 添加自动部署脚本
This commit is contained in:
@@ -34,6 +34,18 @@ modules(){
|
||||
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-system
|
||||
}
|
||||
|
||||
# 启动程序模块(后端)
|
||||
backend(){
|
||||
docker-compose up --build -d wfc-gateway wfc-auth wfc-modules-system
|
||||
docker image prune
|
||||
}
|
||||
|
||||
# 启动程序模块(前端)
|
||||
frontend(){
|
||||
docker-compose up --build -d wfc-gateway wfc-auth wfc-modules-system
|
||||
docker image prune
|
||||
}
|
||||
|
||||
# 关闭所有环境/模块
|
||||
stop(){
|
||||
docker-compose stop
|
||||
|
||||
Reference in New Issue
Block a user