fix(redis): add stop_grace_period for graceful shutdown

This commit is contained in:
Yury Kossakovsky
2025-12-28 11:25:55 -07:00
parent 52dfbf4d13
commit 886234f91f

View File

@@ -544,6 +544,7 @@ services:
image: docker.io/valkey/valkey:8-alpine
command: valkey-server --save 30 1 --loglevel warning
restart: unless-stopped
stop_grace_period: 30s
volumes:
- valkey-data:/data
cap_drop: