fixed redis insights to work in gui
This commit is contained in:
parent
34fa4b8e26
commit
c57733ebca
1 changed files with 2 additions and 6 deletions
|
|
@ -95,16 +95,12 @@ services: # Dragonfly - Redis replacement for caching and events
|
|||
timeout: 10s
|
||||
retries: 3
|
||||
networks:
|
||||
- trading-bot-network
|
||||
|
||||
# Redis Insight - GUI for Dragonfly debugging
|
||||
- trading-bot-network # Redis Insight - GUI for Dragonfly debugging
|
||||
redis-insight:
|
||||
image: redislabs/redisinsight:latest
|
||||
container_name: trading-bot-redis-insight
|
||||
ports:
|
||||
- "8001:8001"
|
||||
environment:
|
||||
- REDIS_HOSTS=local:dragonfly:6379
|
||||
- "8001:5540"
|
||||
depends_on:
|
||||
- dragonfly
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue