商品bug

This commit is contained in:
litianxiang
2026-04-28 09:39:27 +08:00
parent 7fac582123
commit fdda674368
2 changed files with 4 additions and 3 deletions

View File

@@ -141,8 +141,8 @@ jobs:
cd ${{ env.REMOTE_DEPLOY_PATH }}
echo "停止旧容器..."
docker compose down || true
echo "清理Docker资源..."
docker system prune -f
# echo "清理Docker资源..."
# docker system prune -f
echo "构建镜像..."
docker compose build --no-cache
echo "启动服务..."

View File

@@ -22,7 +22,8 @@ spring:
namespace: ${nacos.namespace}
username: ${nacos.username}
password: ${nacos.password}
hostname: master-aida-gateway
# ip: ${HOSTNAME}
# hostname: master-aida-gateway
config:
server-addr: ${nacos.host}
namespace: ${nacos.namespace}