[PR #356] [MERGED] Add Docker Compose setup guide. #393

Closed
opened 2026-02-15 20:15:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/356
Author: @tranhd95
Created: 12/2/2024
Status: Merged
Merged: 4/14/2025
Merged by: @tjbck

Base: mainHead: main


📝 Commits (1)

  • 86adb74 Add docker-compose installation guide.

📊 Changes

2 files changed (+60 additions, -0 deletions)

View changed files

📝 README.md (+41 -0)
docker-compose.yaml (+19 -0)

📄 Description

Hi, I needed to restrict the public access of my Pipelines instance running in a Docker container on my VPS. Figured out that the simplest way is to run both Open WebUI and Pipelines through Docker compose which handles the networking and we can restrict the access just to the Open WebUI container (service) without need to publish the port to the host and using --add-host=host.docker.internal:host-gateway.

Added an example docker-compose.yaml file and relevant guide in the README.md.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/356 **Author:** [@tranhd95](https://github.com/tranhd95) **Created:** 12/2/2024 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`86adb74`](https://github.com/open-webui/pipelines/commit/86adb744f72edfaf4e1a319a3e58f8e37ccb8969) Add docker-compose installation guide. ### 📊 Changes **2 files changed** (+60 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+41 -0) ➕ `docker-compose.yaml` (+19 -0) </details> ### 📄 Description Hi, I needed to restrict the public access of my Pipelines instance running in a Docker container on my VPS. Figured out that the simplest way is to run both Open WebUI and Pipelines through Docker compose which handles the networking and we can restrict the access just to the Open WebUI container (service) without need to publish the port to the host and using `--add-host=host.docker.internal:host-gateway`. Added an example `docker-compose.yaml` file and relevant guide in the README.md. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:23 -05:00
yindo closed this issue 2026-02-15 20:15:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#393