Add openWebUI/docker-compose.yaml
This commit is contained in:
13
openWebUI/docker-compose.yaml
Normal file
13
openWebUI/docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user