Use host Redis (127.0.0.1:6379) with password, switch to host network mode

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-06 01:28:52 +08:00
parent e96b2e1b4a
commit 663f99a510
3 changed files with 2 additions and 39 deletions

View File

@@ -10,9 +10,6 @@ SERVER_PORT=5000
# 服务器主机默认0.0.0.0,接受所有连接)
SERVER_HOST=0.0.0.0
# Redis缓存地址Docker内部自动连接无需修改
REDIS_URL=redis://redis:6379/0
# 时区设置
TZ=Asia/Shanghai