This commit is contained in:
CaIon
2025-06-16 21:01:57 +08:00
parent 7403df7e9c
commit 4a8b7bfa37
3 changed files with 4 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
version: '3.4'
version: '3.4' # 兼容旧版docker-compose
services:
new-api:
@@ -16,7 +16,6 @@ services:
- REDIS_CONN_STRING=redis://redis
- TZ=Asia/Shanghai
- ERROR_LOG_ENABLED=true # 是否启用错误日志记录
# - TIKTOKEN_CACHE_DIR=./tiktoken_cache # 如果需要使用tiktoken_cache请取消注释
# - SESSION_SECRET=random_string # 多机部署时设置,必须修改这个随机字符串!!!!!!!
# - NODE_TYPE=slave # Uncomment for slave node in multi-node deployment
# - SYNC_FREQUENCY=60 # Uncomment if regular database syncing is needed