2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-05 12:25:27 +01:00
Files
dockerfiles_vimagick/open-webui/docker-compose.yml
2025-03-09 09:09:43 +08:00

16 lines
370 B
YAML

services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
volumes:
- ./data:/app/backend/data
ports:
- "3000:8080"
environment:
- HF_HUB_OFFLINE=1
- WEBUI_SECRET_KEY=t0p-s3cr3t
- OLLAMA_BASE_URL=http://ollama:11434
# OPENAI_API_KEY=sk-xxxxxx
extra_hosts:
- ollama:x.x.x.x
restart: unless-stopped