Ollama models not appearing in UI on Windows with Docker Compose
Hello Bytebot Team,
I am having trouble getting local Ollama models to appear in the Bytebot UI. I have followed all setup instructions and have confirmed that the backend services are running correctly, but the "Select a model" dropdown remains empty.
My System:
Operating System: Windows 10
Setup: Running via Docker Desktop using the provided docker-compose.yml file.
Diagnostics and Logs: I have confirmed the following:
All five containers (ollama, postgres, agent, ui, desktop) start successfully with docker compose up.
The Ollama container can successfully pull and list models. The output of docker exec bytebot-ollama ollama list is:
NAME ID SIZE MODIFIED gemma:2b b50d6c999e59 1.7 GB ... The bytebot-agent container can successfully connect to the bytebot-ollama container. The output of docker exec -it bytebot-agent /bin/sh followed by wget -S --spider http://ollama:11434 is:
HTTP/1.1 200 OK
Did you use LiteLLM? Please refer to the documentation: https://docs.bytebot.ai/deployment/litellm