Logo
Explore Help
Register Sign In
Mirrors/open-webui
1
0
Fork 0
You've already forked open-webui
mirror of https://github.com/open-webui/open-webui.git synced 2025-12-16 03:47:49 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
ec87a5e795e5de6cf63714a8cc62233663293f61
open-webui/docker-compose.api.yml

7 lines
118 B
YAML
Raw Normal View History

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.
2023-12-19 17:34:50 +01:00
version: '3.6'
services:
ollama:
# Expose Ollama API outside the container stack
ports:
- 11434:11434
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 26ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API