Closed alew3 closed 4 weeks ago
I want to add a LanceDB database that is not inside the langgraph project folder. How can we add other volumes to the Docker? I didn't see the docker configurations exposed.
Hello! You should be able to specify docker_compose_file in your langgraph.json to extend our Compose stack.
docker_compose_file
langgraph.json
services: langgraph-api: ... volumes: ...
I want to add a LanceDB database that is not inside the langgraph project folder. How can we add other volumes to the Docker? I didn't see the docker configurations exposed.