fix: share .deer-flow in docker-compose-dev for uploads (#1718)

* fix: share dev thread data between gateway and langgraph

* refactor: drop redundant dev .deer-flow bind mounts
This commit is contained in:
DanielWalnut 2026-04-01 21:04:13 +08:00 committed by GitHub
parent 451b6dd4e8
commit 7c11a67482
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@ services:
working_dir: /app
environment:
- CI=true
- DEER_FLOW_HOME=/app/backend/.deer-flow
- DEER_FLOW_CHANNELS_LANGGRAPH_URL=${DEER_FLOW_CHANNELS_LANGGRAPH_URL:-http://langgraph:2024}
- DEER_FLOW_CHANNELS_GATEWAY_URL=${DEER_FLOW_CHANNELS_GATEWAY_URL:-http://gateway:8001}
- DEER_FLOW_HOST_BASE_DIR=${DEER_FLOW_ROOT}/backend/.deer-flow
@ -204,6 +205,7 @@ services:
working_dir: /app
environment:
- CI=true
- DEER_FLOW_HOME=/app/backend/.deer-flow
- DEER_FLOW_HOST_BASE_DIR=${DEER_FLOW_ROOT}/backend/.deer-flow
- DEER_FLOW_HOST_SKILLS_PATH=${DEER_FLOW_ROOT}/skills
- DEER_FLOW_SANDBOX_HOST=host.docker.internal