mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-05-23 00:58:26 +00:00
feat(docker): Update Redis server configuration with memory limits and persistence options
This commit is contained in:
parent
9be1fd1bed
commit
7f7b2d8f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ services:
|
|||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- redis-server --requirepass $$REDIS_PASSWORD
|
||||
- redis-server -maxmemory 8gb --maxmemory-policy allkeys-lru --appendonly yes --requirepass $$REDIS_PASSWORD
|
||||
volumes:
|
||||
- ./data/redis/data:/data
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue