deerflow2/docker
ZHANG Ning bb208f3ad2 fix: remove LANGSMITH_TRACING override that ignores .env value (#1640)
The `environment` section in docker-compose.yaml set
`LANGSMITH_TRACING=${LANGSMITH_TRACING:-false}`, which always resolves
to `false` because Docker Compose evaluates `${}` substitutions from
the host shell environment, not from `env_file`.

Since `environment` entries take precedence over `env_file`, setting
`LANGSMITH_TRACING=true` in `.env` had no effect — tracing stayed
disabled despite following the documented instructions.

Remove the explicit `LANGSMITH_TRACING` from `environment` so the
value from `.env` (loaded via `env_file`) is used as intended.
2026-03-31 09:42:33 +08:00
..
nginx feat(gateway): implement LangGraph Platform API in Gateway, replace langgraph-cli (#1403) 2026-03-30 16:02:23 +08:00
provisioner fix: add build-arg support for proxies and mirrors in Docker builds (#1346) 2026-03-27 10:35:40 +08:00
docker-compose-dev.yaml fix(frontend): route agent checks to gateway (#1572) 2026-03-30 21:04:59 +08:00
docker-compose.yaml fix: remove LANGSMITH_TRACING override that ignores .env value (#1640) 2026-03-31 09:42:33 +08:00