open-webui/docker-compose.api.yaml

6 lines
125 B
YAML
Raw Permalink Normal View History

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