修复Redis MISCONF导致Celery写入失败

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-05-03 11:32:06 +08:00
parent b402b77b06
commit 7b79e12254
5 changed files with 52 additions and 3 deletions
+8 -1
View File
@@ -20,7 +20,14 @@ services:
- "${REDIS_PORT}:6379"
volumes:
- ./data/redis:/data
command: redis-server --appendonly yes
command:
- redis-server
- --appendonly
- "yes"
- --save
- ""
- --stop-writes-on-bgsave-error
- "no"
restart: unless-stopped
minio: