[PR #217] [MERGED] Refactor open-webui Docker Compose and template configurations #285

Closed
opened 2025-11-22 20:34:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/217
Author: @jaainil
Created: 7/10/2025
Status: Merged
Merged: 7/21/2025
Merged by: @Siumauricio

Base: mainHead: updateing-openwebui


📝 Commits (3)

  • d71d701 Refactor open-webui Docker Compose and template configurations
  • 79b62df Update Docker Compose configurations and enhance security features
  • 78017e2 Update Docker Compose and template configurations for Open WebUI

📊 Changes

4 files changed (+3561 additions, -23 deletions)

View changed files

app/package-lock.json (+3462 -0)
📝 blueprints/open-webui/docker-compose.yml (+74 -18)
📝 blueprints/open-webui/template.toml (+19 -5)
package-lock.json (+6 -0)

📄 Description

What’s new in this template?

  • docker-compose.yml

    • Commented-out the ollama service for clarity and easy re-enable if someone wants to run only Open WebUI.
    • Added extra_hosts to the webui service to simplify container-to-host name resolution.
  • template.toml

    • Normalised the port value from 8_0808080 for consistency.
    • Introduced webui_secret_key for stronger default security.
  • Environment examples

    • Added inline comments for optional services (Playwright, stable-diffusion-webui) so users know exactly what to toggle.

Checklist

Before submitting this PR, please make sure that:


🔄 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/Dokploy/templates/pull/217 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `updateing-openwebui` --- ### 📝 Commits (3) - [`d71d701`](https://github.com/Dokploy/templates/commit/d71d701eebb8b2093b34eeebde514a472611c52e) Refactor open-webui Docker Compose and template configurations - [`79b62df`](https://github.com/Dokploy/templates/commit/79b62dfadcb450562425cd4cef54cac4272e60c8) Update Docker Compose configurations and enhance security features - [`78017e2`](https://github.com/Dokploy/templates/commit/78017e2b5fabc296a6a250d5e7aee1cfbe66f054) Update Docker Compose and template configurations for Open WebUI ### 📊 Changes **4 files changed** (+3561 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `app/package-lock.json` (+3462 -0) 📝 `blueprints/open-webui/docker-compose.yml` (+74 -18) 📝 `blueprints/open-webui/template.toml` (+19 -5) ➕ `package-lock.json` (+6 -0) </details> ### 📄 Description ## ✨ What’s new in this template? - **docker-compose.yml** - Commented-out the **`ollama`** service for clarity and easy re-enable if someone wants to run only *Open WebUI*. - Added `extra_hosts` to the **`webui`** service to simplify container-to-host name resolution. - **template.toml** - Normalised the **port** value from `8_080` ➜ `8080` for consistency. - Introduced `webui_secret_key` for stronger default security. - **Environment examples** - Added inline comments for optional services (Playwright, stable-diffusion-webui) so users know exactly what to toggle. --- ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:34:07 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#285