summaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index aedd0f2..4dd914d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -28,6 +28,11 @@ services:
DISPATCH_DEBUG_LLM: ${DISPATCH_DEBUG_LLM:-}
DISPATCH_DEBUG_LLM_VERBOSITY: ${DISPATCH_DEBUG_LLM_VERBOSITY:-}
DISPATCH_DEBUG_USAGE: ${DISPATCH_DEBUG_USAGE:-}
+ # Where the debug logger writes its JSON files INSIDE the container.
+ # `DEBUG=1 bin/up` sets this to /app/logging, which maps to the
+ # gitignored `logging/` dir on the host via the `.:/app` bind mount.
+ # Empty ⇒ the logger falls back to /tmp/dispatch/llm-debug.
+ DISPATCH_DEBUG_LLM_DIR: ${DISPATCH_DEBUG_LLM_DIR:-}
frontend:
build: