fix: update Redis configuration to disable persistence

This commit is contained in:
martin.fencl
2026-08-18 11:54:37 +02:00
parent f139599fd9
commit 82fe219c75
@@ -47,6 +47,7 @@ services:
image: redis:alpine
container_name: redis
restart: unless-stopped
command: redis-server --save "" --appendonly no # cache only, no persistence
networks:
- cloud
volumes: