Skip to content

Commit

Permalink
Update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Aug 2, 2023
1 parent 636064f commit 1432f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/cli/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
environment:
- LANGCHAIN_ENV=local_docker
- LOG_LEVEL=warning
entrypoint: "rq worker --with-scheduler -u redis://langchain-redis:6379 --serializer lc_database.json_serializer.ORJSONSerializer"
entrypoint: "rq worker --with-scheduler -u redis://langchain-redis:6379 --serializer lc_database.queue.serializer.ORJSONSerializer --worker-class lc_database.queue.worker.Worker"
langchain-db:
image: postgres:14.7
command:
Expand Down

0 comments on commit 1432f4b

Please sign in to comment.