diff --git a/stacks/llm/docker-compose.yml b/stacks/llm/docker-compose.yml index 3df19dd..c526806 100644 --- a/stacks/llm/docker-compose.yml +++ b/stacks/llm/docker-compose.yml @@ -25,7 +25,11 @@ services: - "nvidia.com/gpu=0" volumes: - /storage1/labdata/llm/models:/models - - ./llama-swap-config.yaml:/app/config.yaml:ro + # Live config is host-managed at /config/llm (Portainer git checkout won't + # materialize a relative repo-file bind — it auto-creates a dir). The repo + # copy stacks/llm/llama-swap-config.yaml is canonical; on change, copy it to + # /config/llm/llama-swap-config.yaml on valhalla (see homelab-apply). + - /config/llm/llama-swap-config.yaml:/app/config.yaml:ro ports: - "172.20.0.1:8090:8080" healthcheck: