open-webui/docker-compose.api.yaml

8 lines
141 B
YAML
Raw Normal View History

2023-12-23 17:33:15 +00:00
version: '3.8'
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