deerflow2/docker
Octopus 154a5e8c12 fix: add missing DEER_FLOW_CONFIG_PATH and DEER_FLOW_EXTENSIONS_CONFIG_PATH env vars to gateway service (fixes #1829) (#1836)
The gateway service was missing these two environment variables that tell
it where to find the config files inside the container. Without them,
the gateway reads DEER_FLOW_CONFIG_PATH from the host's .env file (set
to a host filesystem path), which is not accessible inside the container,
causing FileNotFoundError on startup. The langgraph service already had
these variables set correctly.
2026-04-04 11:01:44 +08:00
..
nginx Add documents site (#1767) 2026-04-03 07:25:40 +08:00
provisioner fix Windows Docker sandbox path mounting (#1634) 2026-03-31 22:19:27 +08:00
docker-compose-dev.yaml fix: share .deer-flow in docker-compose-dev for uploads (#1718) 2026-04-01 21:04:13 +08:00
docker-compose.yaml fix: add missing DEER_FLOW_CONFIG_PATH and DEER_FLOW_EXTENSIONS_CONFIG_PATH env vars to gateway service (fixes #1829) (#1836) 2026-04-04 11:01:44 +08:00