Files
langsmith-sdk-christopher/python/langsmith/cli/docker-compose.dev.yaml
T
William Fu-Hinthorn 1bbf6b7e79 Separate Dev and Prod Volumes
Plus fix stdout streaming from child process in JS CLI
2023-07-11 15:29:43 -07:00

8 lines
143 B
YAML

version: '3'
services:
langchain-db:
volumes:
- rc-langchain-db-data:/var/lib/postgresql/data
volumes:
rc-langchain-db-data: