deerflow2/docker
Jason 511e9eaf5e
fix(docker): remove cache_from to prevent missing cache warnings (#1013)
Partially addresses #1011

The cache_from options reference /tmp/docker-cache-* directories
that don't exist by default, causing WARN messages on startup:

WARN local cache import at /tmp/docker-cache-gateway not found
WARN local cache import at /tmp/docker-cache-langgraph not found

Fix: Comment out cache_from with setup instructions.

To re-enable caching, create the directories:
  mkdir -p /tmp/docker-cache-gateway /tmp/docker-cache-langgraph

Note: This PR only fixes the cache warnings. The main NoneType error
in #1011 requires further investigation.
2026-03-08 19:47:46 +08:00
..
nginx fix(nginx): use cross-platform local paths for pid and logs (#977) 2026-03-05 17:50:02 +08:00
provisioner fix(sandbox):deer-flow-provisioner container fails to start in local execution mode (#889) 2026-02-24 08:31:52 +08:00
docker-compose-dev.yaml fix(docker): remove cache_from to prevent missing cache warnings (#1013) 2026-03-08 19:47:46 +08:00