handler to auto register and removed service registry, cleaned up queues and cache naming
This commit is contained in:
parent
0d1be9e3cb
commit
34c6c36695
19 changed files with 474 additions and 198 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue