tune server load defaults
This commit is contained in:
parent
fb25b5ac97
commit
d645f80dff
8 changed files with 173 additions and 35 deletions
|
|
@ -155,7 +155,7 @@ services:
|
|||
redis:
|
||||
image: redis:7.2
|
||||
restart: unless-stopped
|
||||
command: ["redis-server", "--appendonly", "yes"]
|
||||
command: ["redis-server", "--appendonly", "no"]
|
||||
volumes:
|
||||
- ${ISLANDFLOW_DATA_ROOT:-/var/lib/islandflow}/redis:/data
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue