fix: 调整 NAS 部署配置与脚本清理逻辑

This commit is contained in:
wkc
2026-03-16 14:54:42 +08:00
parent 7a5ae3f1cc
commit 0c2d738cfe
5 changed files with 31 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ services:
container_name: ccdi-backend
restart: unless-stopped
environment:
SPRING_PROFILES_ACTIVE: ${SPRING_PROFILES_ACTIVE:-local}
SPRING_PROFILES_ACTIVE: ${SPRING_PROFILES_ACTIVE:-nas}
RUOYI_PROFILE: ${RUOYI_PROFILE:-/app/data/ruoyi}
JAVA_OPTS: ${JAVA_OPTS:--Xms512m -Xmx1024m}
ports: