mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
15 lines
334 B
YAML
15 lines
334 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
|
|
- OLLAMA_BASE_URL=http://ollama:11434
|
|
# OPENAI_API_KEY=sk-xxxxxx
|
|
extra_hosts:
|
|
- ollama:x.x.x.x
|
|
restart: unless-stopped
|