fix: clear depends_on in system Ollama override

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 <noreply@anthropic.com>
This commit is contained in:
2026-01-01 08:21:57 +01:00
parent b149cf867c
commit 2bd17a3388

View File

@@ -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: