13 lines
351 B
YAML
13 lines
351 B
YAML
services:
|
|
openWebUI:
|
|
image: ghcr.io/open-webui/open-webui:main
|
|
container_name: openwebui
|
|
restart: always
|
|
ports:
|
|
- "3000:8080"
|
|
environment:
|
|
- OLLAMA_BASE_URL=http://192.168.100.217:11434
|
|
#extra_hosts:
|
|
# - "host.docker.internal:host-gateway"
|
|
volumes:
|
|
- /docker/open-webui-local/data:/app/backend/data |