From 2bd17a3388fbca301ce32f46f4458537e9c2af01 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Thu, 1 Jan 2026 08:21:57 +0100 Subject: [PATCH] fix: clear depends_on in system Ollama override MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When disabling the ollama service, we also need to clear depends_on references to avoid "undefined service" errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 1594607..b54ba27 100755 --- a/install.sh +++ b/install.sh @@ -231,12 +231,14 @@ services: profiles: ["disabled"] frontend: + depends_on: [] environment: - OLLAMA_API_URL=http://host.docker.internal:11434 extra_hosts: - "host.docker.internal:host-gateway" backend: + depends_on: [] environment: - OLLAMA_URL=http://host.docker.internal:11434 extra_hosts: