Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker Compose setup guide. #356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tranhd95
Copy link

@tranhd95 tranhd95 commented Dec 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant