fix: LVMH_HOST_PI_AGENT_DIR must point at the daemon-internal /pi-dotfiles mount — host path made docker create an empty auth.json DIR inside workers, breaking model resolution (unknown)

This commit is contained in:
Raphael Westphal
2026-08-19 15:01:07 +02:00
parent e0b5af2276
commit a4fe178724
+2 -1
View File
@@ -16,7 +16,8 @@ services:
LVMH_CONTAINER_LVMH_URL: ws://lvmh:8686/agent/ws
GITLAB_BASE_URL: https://git.westphal.fr
# host path of the pi config, so spawned containers can bind auth.json
LVMH_HOST_PI_AGENT_DIR: ${LVMH_PI_AGENT_DIR:-/home/raph/.dotfiles/pi/agent}
# daemon-internal path of the read-only dotfiles mount (see volumes)
LVMH_HOST_PI_AGENT_DIR: /pi-dotfiles
OPENAI_API_KEY: ${OPENAI_API_KEY:-}
GEMINI_API_KEY: ${GEMINI_API_KEY:-}
DEEPSEEK_KEY: ${DEEPSEEK_KEY:-}