https://github.com/vs4vijay/self-hosted-chatgpt
A Self Hosted ChatGPT contained in Single Docker Compose file
https://github.com/vs4vijay/self-hosted-chatgpt
ai ai-chat ai-search-engine chatbot chatgpt deepseek genai gpt home-lab llama llm local-llm mistral ollama openwebui qwen self-hosted selfhosted
Last synced: 7 days ago
JSON representation
A Self Hosted ChatGPT contained in Single Docker Compose file
- Host: GitHub
- URL: https://github.com/vs4vijay/self-hosted-chatgpt
- Owner: vs4vijay
- License: mit
- Created: 2025-08-16T06:56:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T07:07:52.000Z (about 2 months ago)
- Last Synced: 2025-08-16T09:08:24.221Z (about 2 months ago)
- Topics: ai, ai-chat, ai-search-engine, chatbot, chatgpt, deepseek, genai, gpt, home-lab, llama, llm, local-llm, mistral, ollama, openwebui, qwen, self-hosted, selfhosted
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# self-hosted-chatgpt
Self Hosted ChatGPT- Contained in A Single Docker Compose file

---
## Features
- AI Chat
- Real Time Internet Search
- Knowledge Lookup using RAG## Installation
Pre-requisites:
- Docker```bash
docker compose up -d
```## Running
- Navigate to `http://localhost:8080`
---
## Customization
- This uses `qwen3:8b` LLM model using ollama, feel free to change this if needed
- Uses SearXNG for Searching on Internet---
### License
MIT License, Built with:
- Docker
- Ollama
- OpenWebUI
- SearXNG