handler to auto register and removed service registry, cleaned up queues and cache naming

This commit is contained in:
Boki 2025-06-23 21:23:38 -04:00
parent 0d1be9e3cb
commit 34c6c36695
19 changed files with 474 additions and 198 deletions

View file

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