open-webui/docker-compose.api.yaml

8 lines
141 B
YAML
Raw Normal View History

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