added logging

This commit is contained in:
Boki 2025-06-23 14:36:47 -04:00
parent d76f0ff5ff
commit 5c87f068d6
10 changed files with 38 additions and 16 deletions

View file

@ -213,7 +213,7 @@ services: # Dragonfly - Redis replacement for caching and events
- REDIS_HOST=dragonfly
- REDIS_PORT=6379
- REDIS_PASSWORD=
- REDIS_DB=0
- REDIS_DB=1
- REDIS_URL=redis://dragonfly:6379
depends_on:
- dragonfly