mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-04 12:58:42 +02:00
ephemeral behavior for redis (#2373)
* ephemeral behavior for redis * notes for redis command line consistency
This commit is contained in:
@@ -209,13 +209,12 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- '6379:6379'
|
||||
command: redis-server
|
||||
volumes:
|
||||
- cache_volume:/data
|
||||
# docker silently mounts /data even without an explicit volume mount, which enables
|
||||
# persistence. explicitly setting save and appendonly forces ephemeral behavior.
|
||||
command: redis-server --save "" --appendonly no
|
||||
|
||||
|
||||
volumes:
|
||||
cache_volume:
|
||||
db_volume:
|
||||
driver: local
|
||||
driver_opts:
|
||||
|
Reference in New Issue
Block a user