updated docker and proxy service

This commit is contained in:
Bojan Kucera 2025-06-07 21:56:16 -04:00
parent 6cb6eb192c
commit a7cca4d4a1
3 changed files with 25 additions and 22 deletions

View file

@ -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