docker-compose.yaml hinzugefügt
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
open-webui:
|
||||||
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
|
container_name: open-webui
|
||||||
|
ports:
|
||||||
|
- "3000:8080"
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/backend/data
|
||||||
|
environment:
|
||||||
|
- "OLLAMA_BASE_URL=http://192.168.6.254:11434"
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user