mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
[PR #246] [MERGED] Refactor docker-compose configuration for modularity #75096
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/open-webui/pull/246
Author: @gnscc
Created: 12/19/2023
Status: ✅ Merged
Merged: 12/24/2023
Merged by: @tjbck
Base:
main← Head:main📝 Commits (4)
9bbae0eRefactor docker-compose configuration for modularitye3ce4cdMerge branch 'main' into mainbd722e3Merge branch 'main' into main9395b4aRefactor Docker installation instructions in README for enhanced clarity📊 Changes
4 files changed (+33 additions, -13 deletions)
View changed files
📝
README.md(+13 -1)➕
docker-compose.api.yml(+7 -0)➕
docker-compose.gpu.yml(+13 -0)📝
docker-compose.yml(+0 -12)📄 Description
Split the original docker-compose.yml into three separate files for enhanced modularity and ease of use. Created docker-compose.api.yml for API exposure configuration and docker-compose.gpu.yml for GPU support. This change simplifies the management of different deployment environments and configurations, making it easier to enable or disable specific features such as GPU support and API access without modifying the main docker-compose file.
Additionally, this separation ensures that personal or environment-specific configurations do not affect the main docker-compose file, thus avoiding unnecessary changes in Git tracking. This means that switching between different configurations (e.g., with or without GPU support) won't lead to modifications in tracked files, keeping the Git history cleaner and more focused on meaningful changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.