From 466fbf428c03f274e5ea276ed1acaab3c073b381 Mon Sep 17 00:00:00 2001 From: infra Date: Fri, 27 Sep 2024 02:18:14 -0400 Subject: [PATCH] fix: remove password req --- python/langsmith/cli/docker-compose.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python/langsmith/cli/docker-compose.yaml b/python/langsmith/cli/docker-compose.yaml index 71b36926a..d78b060f6 100644 --- a/python/langsmith/cli/docker-compose.yaml +++ b/python/langsmith/cli/docker-compose.yaml @@ -168,12 +168,6 @@ services: - 63791:6379 volumes: - langchain-redis-data:/data - command: - [ - "redis-server", - "--requirepass", - "password" - ] healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 2s