Add a reasonable default Redis persistence (#100)

This commit is contained in:
Brian Conway 2024-01-25 07:03:15 -06:00 committed by GitHub
parent 24ce6fa78e
commit 50159c0e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ services:
redis:
image: redis:7-alpine
restart: unless-stopped
command: redis-server --save 300 1 --save 60 100 --appendonly no
volumes:
- redisdata:/data