mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 19:50:38 +00:00
27 lines
459 B
YAML
27 lines
459 B
YAML
services:
|
|
open-webui:
|
|
image: ghcr.io/open-webui/open-webui:main
|
|
|
|
container_name: open-webui
|
|
extra_hosts:
|
|
- host.docker.internal:host-gateway
|
|
ports:
|
|
- 8080:8080
|
|
|
|
networks:
|
|
- webui-network
|
|
|
|
environment:
|
|
UID: 1000
|
|
PID: 1000
|
|
OLLAMA_BASE_URL: http://host.docker.internal:11434
|
|
WEBUI_SECRET_KEY:
|
|
|
|
volumes:
|
|
- ./data/webui:/app/backend/data
|
|
|
|
|
|
networks:
|
|
webui-network:
|
|
driver: bridge
|