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

Closed
opened 2026-05-29 03:18:47 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/Dokploy/templates/pull/217

State: closed
Merged: Yes


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:

**Original Pull Request:** https://github.com/Dokploy/templates/pull/217 **State:** closed **Merged:** Yes --- ## ✨ 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.
GiteaMirror added the pull-request label 2026-05-29 03:18:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#8239