From a4fe17872466df8e01d7ac6bc2be2e2b1dad4f03 Mon Sep 17 00:00:00 2001 From: Raphael Westphal Date: Wed, 19 Aug 2026 15:01:07 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20LVMH=5FHOST=5FPI=5FAGENT=5FDIR=20must=20?= =?UTF-8?q?point=20at=20the=20daemon-internal=20/pi-dotfiles=20mount=20?= =?UTF-8?q?=E2=80=94=20host=20path=20made=20docker=20create=20an=20empty?= =?UTF-8?q?=20auth.json=20DIR=20inside=20workers,=20breaking=20model=20res?= =?UTF-8?q?olution=20(unknown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 505244d..3f429b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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:-}