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