mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Make local LM Studio and Ollama Docker-friendly
Add shipped local-provider defaults for LM Studio and Ollama so Dockerized Agent Zero can reach host-running services without manual api_base edits. Map host.docker.internal in the sample Compose file for Linux Docker, document the behavior, and cover the provider defaults and compose mapping with focused regression tests.
This commit is contained in:
parent
c56b65803b
commit
c38808259b
4 changed files with 82 additions and 4 deletions
|
|
@ -5,4 +5,6 @@ services:
|
|||
volumes:
|
||||
- ./agent-zero:/a0
|
||||
ports:
|
||||
- "50080:80"
|
||||
- "50080:80"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue