Merge pull request 'added openwebui' (#6) from dev into main
Reviewed-on: https://git.mintyserver.net/poslop/DockerConfigs/pulls/6
This commit is contained in:
@@ -28,5 +28,4 @@ networks:
|
||||
|
||||
volumes:
|
||||
jellyfin:
|
||||
name: jellyfin
|
||||
external: true
|
||||
|
||||
15
docker-compose.d/Tools/open-webui.yml
Normal file
15
docker-compose.d/Tools/open-webui.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
open-webui:
|
||||
container_name: open-webui
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- OLLAMA_BASE_URL=http://poslop-w:11434
|
||||
ports:
|
||||
- 3636:8080
|
||||
volumes:
|
||||
- open-webui:/app/backend/data
|
||||
|
||||
volumes:
|
||||
open-webui:
|
||||
external: true
|
||||
@@ -23,6 +23,7 @@ services=(
|
||||
"Tools/ariang.yml"
|
||||
"Tools/nextcloud-aio.yml"
|
||||
"Tools/qbit.yml"
|
||||
"Tools/open-webui.yml"
|
||||
"pterodactyl/docker-compose.yml"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user