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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user