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
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
networks:
|
networks:
|
||||||
- trading-bot-network
|
- trading-bot-network # Redis Insight - GUI for Dragonfly debugging
|
||||||
|
|
||||||
# Redis Insight - GUI for Dragonfly debugging
|
|
||||||
redis-insight:
|
redis-insight:
|
||||||
image: redislabs/redisinsight:latest
|
image: redislabs/redisinsight:latest
|
||||||
container_name: trading-bot-redis-insight
|
container_name: trading-bot-redis-insight
|
||||||
ports:
|
ports:
|
||||||
- "8001:8001"
|
- "8001:5540"
|
||||||
environment:
|
|
||||||
- REDIS_HOSTS=local:dragonfly:6379
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- dragonfly
|
- dragonfly
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue