From c57733ebcaa7a3cdb788e75ea6120fc64db597c2 Mon Sep 17 00:00:00 2001 From: Boki Date: Tue, 10 Jun 2025 09:20:40 -0400 Subject: [PATCH] fixed redis insights to work in gui --- docker-compose.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4b54e5c..3ecf0f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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