From 32c50b7e2906869c484246471a31ed9e37898aa3 Mon Sep 17 00:00:00 2001 From: mo Date: Wed, 15 Oct 2025 12:37:40 +0200 Subject: [PATCH] Fix: Add correct models configuration for llama in docker-compose.yml --- py-genai/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py-genai/docker-compose.yml b/py-genai/docker-compose.yml index 764077b9..dfa9bfb8 100644 --- a/py-genai/docker-compose.yml +++ b/py-genai/docker-compose.yml @@ -10,6 +10,10 @@ services: - LOG_LEVEL=INFO x-genai-models: - llama + models: + llama: + endpoint_var: LLAMA_URL + model_var: LLAMA_MODEL healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 30s