增加禁用文档的环境变量和配置

This commit is contained in:
2025-06-24 19:24:12 +08:00
parent 44e90b53f8
commit b40d1264f9
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -71,6 +71,8 @@ services:
- CONFIG_JWT_SECRET=${CONFIG_JWT_SECRET}
# 代理服务器
- CONFIG_PROXY_URL=${CONFIG_PROXY_URL}
#禁用文档 true/false/留空
- CONFIG_DOCS_DISABLE=false
# 日志大小设置,避免日志文件过大
logging:
driver: "json-file"