Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Jun 18, 2024
1 parent e7a315b commit fc063f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/langsmith/cli/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
condition: service_completed_successfully
restart: always
langchain-queue:
image: langchain/langsmith-backend:${_LANGSMITH_IMAGE_VERSION:-0.5.7}
image: langchain/langsmith-backend:${_LANGSMITH_IMAGE_VERSION:-0.6.9}
environment:
- LANGCHAIN_ENV=local_docker
- LANGSMITH_LICENSE_KEY=${LANGSMITH_LICENSE_KEY}
Expand Down Expand Up @@ -145,7 +145,7 @@ services:
timeout: 2s
retries: 30
langchain-clickhouse:
image: clickhouse/clickhouse-server:23.9
image: clickhouse/clickhouse-server:24.2
user: "101:101"
restart: always
environment:
Expand All @@ -164,7 +164,7 @@ services:
timeout: 2s
retries: 30
clickhouse-setup:
image: langchain/langsmith-backend:${_LANGSMITH_IMAGE_VERSION:-0.5.7}
image: langchain/langsmith-backend:${_LANGSMITH_IMAGE_VERSION:-0.6.9}
depends_on:
langchain-clickhouse:
condition: service_healthy
Expand All @@ -183,7 +183,7 @@ services:
"migrate -source file://clickhouse/migrations -database 'clickhouse://${CLICKHOUSE_HOST}:${CLICKHOUSE_NATIVE_PORT}?username=${CLICKHOUSE_USER}&password=${CLICKHOUSE_PASSWORD}&database=${CLICKHOUSE_DB}&x-multi-statement=true&x-migrations-table-engine=MergeTree' up",
]
postgres-setup:
image: langchain/langsmith-backend:${_LANGSMITH_IMAGE_VERSION:-0.5.7}
image: langchain/langsmith-backend:${_LANGSMITH_IMAGE_VERSION:-0.6.9}
depends_on:
langchain-db:
condition: service_healthy
Expand Down

0 comments on commit fc063f5

Please sign in to comment.