Compare commits

..

2 Commits

Author SHA1 Message Date
poslop
9c4534330c Merge pull request 'added openwebui' (#6) from dev into main
Reviewed-on: https://git.mintyserver.net/poslop/DockerConfigs/pulls/6
2024-11-15 19:52:24 -06:00
poslop
7a3c868e98 added openwebui 2024-11-15 19:47:19 -06:00
3 changed files with 16 additions and 1 deletions

View File

@@ -28,5 +28,4 @@ networks:
volumes:
jellyfin:
name: jellyfin
external: true

View 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

View File

@@ -23,6 +23,7 @@ services=(
"Tools/ariang.yml"
"Tools/nextcloud-aio.yml"
"Tools/qbit.yml"
"Tools/open-webui.yml"
"pterodactyl/docker-compose.yml"
)