{"id":24713941,"url":"https://github.com/leonardovff/ollama-selfhost","last_synced_at":"2026-05-06T23:37:14.949Z","repository":{"id":274309012,"uuid":"922512911","full_name":"leonardovff/ollama-selfhost","owner":"leonardovff","description":"Self hosted of Ollama + Open-WebUI using docker","archived":false,"fork":false,"pushed_at":"2025-01-26T13:13:27.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T14:20:00.728Z","etag":null,"topics":["docker","docker-compose","ollama","open-webui"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leonardovff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-01-26T12:22:50.000Z","updated_at":"2025-01-26T13:13:30.000Z","dependencies_parsed_at":"2025-01-26T14:31:39.530Z","dependency_job_id":null,"html_url":"https://github.com/leonardovff/ollama-selfhost","commit_stats":null,"previous_names":["leonardovff/ollama-selfhost"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonardovff%2Follama-selfhost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonardovff%2Follama-selfhost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonardovff%2Follama-selfhost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonardovff%2Follama-selfhost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonardovff","download_url":"https://codeload.github.com/leonardovff/ollama-selfhost/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244924808,"owners_count":20532878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","docker-compose","ollama","open-webui"],"created_at":"2025-01-27T08:14:12.460Z","updated_at":"2026-05-06T23:37:09.895Z","avatar_url":"https://github.com/leonardovff.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ollama + open-webui self hosted with Docker\n\n## Requirements\ndocker\n\n## Installation\n```\n1. Up the ollama server using the docker\ndocker compose up -d ollama\n\n2. Ollama client using docker in alias command \necho \"alias ollama='docker exec -it ollama ollama'\" \u003e\u003e ~/.bashrc\n\n3. Install the the model that you want (list of available modes https://github.com/ollama/ollama?tab=readme-ov-file#model-library)\nollama pull @model-name\n```\n\n## If you prefer to use just docker cli\n### if you want gpu\n```\ndocker run -d --restart always --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama\n```\n[An Internal Link](/guides/content/editing-an-existing-page)\n### if you want without gpu\n```\ndocker run -d --restart always -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardovff%2Follama-selfhost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonardovff%2Follama-selfhost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardovff%2Follama-selfhost/lists"}