{"id":24961634,"url":"https://github.com/battlefieldduck/deepseek-webui-docker","last_synced_at":"2025-04-15T16:40:19.471Z","repository":{"id":274876435,"uuid":"924286627","full_name":"BattlefieldDuck/deepseek-webui-docker","owner":"BattlefieldDuck","description":"Easily deploy DeepSeek-R1 and Open WebUI locally using docker-compose.yml. Quickly experience DeepSeek-R1 firsthand!","archived":false,"fork":false,"pushed_at":"2025-01-29T23:21:59.000Z","size":8,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T20:47:51.477Z","etag":null,"topics":["deepseek","deepseek-chat","deepseek-r1","docker","docker-compose","open-webui"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=qY-G8fysmxA","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BattlefieldDuck.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}},"created_at":"2025-01-29T18:31:20.000Z","updated_at":"2025-02-24T04:01:08.000Z","dependencies_parsed_at":"2025-01-29T22:36:33.575Z","dependency_job_id":null,"html_url":"https://github.com/BattlefieldDuck/deepseek-webui-docker","commit_stats":null,"previous_names":["battlefieldduck/deepseek-webui-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BattlefieldDuck%2Fdeepseek-webui-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BattlefieldDuck%2Fdeepseek-webui-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BattlefieldDuck%2Fdeepseek-webui-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BattlefieldDuck%2Fdeepseek-webui-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BattlefieldDuck","download_url":"https://codeload.github.com/BattlefieldDuck/deepseek-webui-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249110027,"owners_count":21214273,"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":["deepseek","deepseek-chat","deepseek-r1","docker","docker-compose","open-webui"],"created_at":"2025-02-03T08:53:47.435Z","updated_at":"2025-04-15T16:40:19.438Z","avatar_url":"https://github.com/BattlefieldDuck.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# deepseek-webui-docker\n\nThis repository contains the necessary configuration to deploy DeepSeek-R1 and Open WebUI locally using Docker Compose.\n\n## Getting Started\n\nFollow these instructions to get your deployment up and running.\n\n### Prerequisites\n\nMake sure you have Docker and Docker Compose installed on your machine.\n\n- [Docker](https://docs.docker.com/get-docker/)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n\n### Installation\n\n1. **Clone this repository:**\n\n```bash\ngit clone https://github.com/BattlefieldDuck/deepseek-webui-docker.git\ncd deepseek-webui-docker\n```\n\n2. **Build and run the services:**\n\n```bash\ndocker compose up -d\n```\n\n![image](https://github.com/user-attachments/assets/333b66c5-ca79-4f70-80ea-540090c0e7ef)\n\n### Accessing the Web Interface\n\n1. **Open your browser** and go to `http://localhost:3000` to access the Open WebUI interface.\n\n![localhost_3000_auth(Nest Hub)](https://github.com/user-attachments/assets/4bda8a79-b615-4fcc-bf49-e02ee3a08d45)\n\n### Registering an Account\n\n1. **Register a local account** on the Open WebUI.\n\n### Downloading the DeepSeek Model\n\n1. Go to `http://localhost:3000/admin/settings`.\n2. Navigate to the **Models** tab.\n3. Click **Manage Models**.\n4. Enter the model tab and type:\n\n```shell\ndeepseek-r1:1.5b\n```\n\nYou can find the list of available DeepSeek-R1 models [here](https://ollama.com/library/deepseek-r1).\n\n![localhost_3000_admin_settings(Nest Hub)](https://github.com/user-attachments/assets/a383eb2f-981c-4765-8a4a-1589dd0d1ace)\n\nStart chatting!\n\n![localhost_3000_admin_settings(Nest Hub) (1)](https://github.com/user-attachments/assets/57fe5387-5018-47db-8eba-d353bf8f8e90)\n\n### Stopping the Services\n\nTo stop the services, run:\n\n```bash\ndocker compose down\n```\n\n## Configuration\n\nThe `docker-compose.yml` file in this repository includes the following configurations:\n\n```yaml\nservices:\n  open-webui:\n    image: ghcr.io/open-webui/open-webui:ollama\n    container_name: open-webui\n    ports:\n      - \"3000:8080\"\n    volumes:\n      - ollama:/root/.ollama\n      - open-webui:/app/backend/data\n    restart: unless-stopped\n    # Uncomment the following block if your system has NVIDIA GPUs\n    # and you want to leverage GPU acceleration\n    #\n    # deploy:\n    #   resources:\n    #     reservations:\n    #       devices:\n    #         - driver: nvidia\n    #           count: all\n    #           capabilities: [ gpu ]\n\nvolumes:\n  ollama:\n  open-webui:\n```\n\n## Notes\n\n- Ensure that your system's GPU is compatible with NVIDIA drivers, as specified in the `docker-compose.yml` file.\n- Modify the `docker-compose.yml` file as needed to fit your specific configuration.\n- Check the list of available DeepSeek-R1 models [here](https://ollama.com/library/deepseek-r1).\n\n## Contributing\n\nFeel free to open issues or submit pull requests if you want to contribute.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbattlefieldduck%2Fdeepseek-webui-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbattlefieldduck%2Fdeepseek-webui-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbattlefieldduck%2Fdeepseek-webui-docker/lists"}