CoolFace
Apppublic

beea/open-webui

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
docker-compose.api.yaml6 linesDownload Raw Back to root
1services:2  ollama:3    # Expose Ollama API outside the container stack4    ports:5      - ${OLLAMA_WEBAPI_PORT-11434}:114346