Files
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:
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