若依
2024-05-29 1a3751ab7162b1fdfa43b6ef18b0f35a3e7be5e6
docker/deploy.sh
@@ -26,12 +26,12 @@
# 启动基础环境(必须)
base(){
   docker-compose up -d ruoyi-mysql ruoyi-redis ruoyi-nacos ruoyi-nginx
   docker-compose up -d ruoyi-mysql ruoyi-redis ruoyi-nacos
}
# 启动程序模块(必须)
modules(){
   docker-compose up -d ruoyi-gateway ruoyi-auth ruoyi-modules-system
   docker-compose up -d ruoyi-nginx ruoyi-gateway ruoyi-auth ruoyi-modules-system
}
# 关闭所有环境/模块