open-webui/docker-compose.api.yaml

6 lines
125 B
YAML
Raw Normal View History

2023-12-23 17:33:15 +00:00
services:
ollama:
2023-12-31 23:10:33 +00:00
# Expose Ollama API outside the container stack
2023-12-23 17:33:15 +00:00
ports:
- ${OLLAMA_WEBAPI_PORT-11434}:11434