open-webui/docker-compose.api.yaml

6 lines
125 B
YAML
Raw Permalink Normal View History

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