mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #13906] [CLOSED] Modular Docker Compose, GPU Support, and Build Improvements #62184
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/13906
Author: @paulovilae
Created: 5/15/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (3)
da6dd03docs: add modular Docker Compose setup and AI Lab/tools stacks -- Add docker-compose.ai-lab.yaml for Flowise, n8n, Qdrant, Postgres, Redis -- Add docker-compose.tools.yaml for SearxNG, Jupyter, ComfyUI -- Update README.md with modular compose usage, shared resource structure, and examples -- Improve troubleshooting section and clarify advanced usage -- This enables advanced users to run research, prototyping, and workflow automation stacks alongside Open WebUI.7a87192fix: set NODE_OPTIONS in Dockerfile for stable frontend build; sync .env.example with upstream; log in changelog7ec8d1cdocs: add simple instructions for enabling GPU support for Ollama in Docker Compose📊 Changes
6 files changed (+322 additions, -2 deletions)
View changed files
📝
.env.example(+40 -1)➕
CHANGELOG_PENDING.md(+21 -0)📝
Dockerfile(+1 -0)📝
README.md(+78 -1)➕
docker-compose.ai-lab.yaml(+110 -0)➕
docker-compose.tools.yaml(+72 -0)📄 Description
Description
This pull request introduces a modular Docker Compose setup, adds GPU support instructions for Ollama, and improves build stability and documentation.
Added
docker-compose.ai-lab.yamlfor Flowise, n8n, Qdrant, Postgres, Redis.docker-compose.tools.yamlfor SearxNG, Jupyter, ComfyUI.CHANGELOG_PENDING.mdto track pending changes.Changed
README.mdwith modular compose usage, shared resource structure, troubleshooting, and GPU instructions.NODE_OPTIONS=--max-old-space-size=8192in Dockerfile for stable frontend builds..env.examplewith upstream Open WebUI project.Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
CHANGELOG_PENDING.mdfor a detailed list of pending changes.Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.