updated docker and proxy service
This commit is contained in:
parent
6cb6eb192c
commit
a7cca4d4a1
3 changed files with 25 additions and 22 deletions
|
|
@ -1,5 +1,3 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
# Dragonfly - Redis replacement for caching and events
|
||||
dragonfly:
|
||||
|
|
@ -11,9 +9,10 @@ services:
|
|||
- dragonfly
|
||||
- --logtostderr
|
||||
- --cache_mode=true
|
||||
- --maxmemory=2gb
|
||||
- --maxmemory=8gb
|
||||
- --proactor_threads=8
|
||||
- --bind=0.0.0.0
|
||||
- --admin_port=6380
|
||||
volumes:
|
||||
- dragonfly_data:/data
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue