mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-01 20:44:00 -04:00
[PR #356] [MERGED] Add Docker Compose setup guide. #393
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/pipelines/pull/356
Author: @tranhd95
Created: 12/2/2024
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @tjbck
Base:
main← Head:main📝 Commits (1)
86adb74Add 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.yamlfile and relevant guide in the README.md.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.