Skip to content

Instantly share code, notes, and snippets.

View jalonsogo's full-sized avatar

Javier Alonso Gómez jalonsogo

View GitHub Profile
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
ports:
- "3000:8080"
environment:
- WEBUI_AUTH=false
- OPENAI_API_BASE_URL=http://model-runner.docker.internal:80/engines/llama.cpp/v1
- OPENAI_API_KEY=na
volumes: