{"id":48518104,"url":"https://github.com/edertone/docker-ai-chat","last_synced_at":"2026-04-07T20:02:03.494Z","repository":{"id":346990997,"uuid":"1190468653","full_name":"edertone/docker-ai-chat","owner":"edertone","description":"AI chat powered by Ollama + Open WebUI","archived":false,"fork":false,"pushed_at":"2026-04-04T23:13:49.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T00:41:11.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edertone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T10:06:44.000Z","updated_at":"2026-04-04T23:13:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/edertone/docker-ai-chat","commit_stats":null,"previous_names":["edertone/docker-ai-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edertone/docker-ai-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-ai-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-ai-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-ai-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-ai-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edertone","download_url":"https://codeload.github.com/edertone/docker-ai-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-ai-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-07T20:02:00.321Z","updated_at":"2026-04-07T20:02:03.484Z","avatar_url":"https://github.com/edertone.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local AI Chat\n\nLocal AI chat powered by **Ollama** + **Open WebUI** via Docker Compose.\n\n## What's Included\n\n- **Ollama** — LLM inference server with GPU acceleration (port `11434`)\n- **Open WebUI** — ChatGPT-style web interface (port `3000`)\n- **SearXNG** - Privacy-respecting local search engine (port `3001`)\n- **Auto-downloaded models:** See docker/init-models.sh for the list of LLMs that are pulled by default.\n\nAll data is stored locally in the project folder:\n\n- `./data/ollama_data/` — downloaded models\n- `./data/open_webui_data/` — chat history and settings\n- `./data/searxng_data/` — search engine data\n\n## Prerequisites\n\n- [Docker Desktop](https://www.docker.com/products/docker-desktop/)\n- **GPU:** NVIDIA GPU + [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html)\n- **CPU-only:** Remove the `deploy.resources` block from the `ollama` service in `docker-compose.yml`\n\n## Usage\n\n```bash\n# Start (Windows)\nwin-start.bat\n\n# Stop (Windows)\nwin-stop.bat\n\n# Update your local docker images to latest versions\nwin-update-to-latest-version.bat\n```\n\nOpen **\u003chttp://localhost:3000/?web-search=true\u003e**\n\n## Monitoring\n\n```bash\n# Model pull progress on first launch (Windows)\nwin-check-pulled-models.bat\n\n# Ollama server logs\ndocker compose logs -f ollama\n\n# List downloaded models\ndocker exec ollama ollama list\n\n# Check running models (Here you can see if model is running on GPU or not)\ndocker exec ollama ollama ps\n\n# Container resource usage (CPU, memory)\ndocker stats\n\n# GPU usage\nnvidia-smi\nnvidia-smi --loop=1          # live refresh\ndocker exec ollama nvidia-smi # from inside the container\n```\n\n## Pull Additional Models\n\nAdd them to init-models.sh and restart all containers\n\nBrowse models at [ollama.com/library](https://ollama.com/library).\n\n## Troubleshooting\n\n| Problem | Solution |\n| --------- | ---------- |\n| GPU not detected | Install NVIDIA Container Toolkit and restart Docker |\n| GPU error on CPU-only setup | Remove the `deploy.resources` block from `ollama` service |\n| Models not downloading | Run `docker compose logs -f ollama-init` |\n| WebUI can't connect to Ollama | Check `docker compose ps` — ollama must be running |\n| Out of disk space | Remove models: `docker exec ollama ollama rm \u003cmodel\u003e` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federtone%2Fdocker-ai-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Federtone%2Fdocker-ai-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federtone%2Fdocker-ai-chat/lists"}