Feat: data persistence in shared volume
implemented a template to enable data persistence even with a shared volume across containers
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
dir /data/${CONTAINER_NAME}/
|
||||
|
||||
aclfile /conf/users.acl
|
||||
|
||||
appendonly yes
|
||||
|
||||
cluster-enabled yes
|
||||
cluster-config-file nodes.conf
|
||||
cluster-node-timeout 5000
|
||||
|
||||
#maxmemory 512mb
|
||||
|
||||
masterauth replication
|
||||
masteruser replication
|
||||
Reference in New Issue
Block a user