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:
+2
-1
@@ -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:-}
|
||||
|
||||
Reference in New Issue
Block a user