mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Refactor docker-compose configuration for modularity
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.
This commit is contained in:
7
docker-compose.api.yml
Normal file
7
docker-compose.api.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: '3.6'
|
||||
|
||||
services:
|
||||
ollama:
|
||||
# Expose Ollama API outside the container stack
|
||||
ports:
|
||||
- 11434:11434
|
||||
Reference in New Issue
Block a user