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:
poslop
2024-11-15 19:52:24 -06:00
3 changed files with 16 additions and 1 deletions

View File

@@ -28,5 +28,4 @@ networks:
volumes: volumes:
jellyfin: jellyfin:
name: jellyfin
external: true 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/ariang.yml"
"Tools/nextcloud-aio.yml" "Tools/nextcloud-aio.yml"
"Tools/qbit.yml" "Tools/qbit.yml"
"Tools/open-webui.yml"
"pterodactyl/docker-compose.yml" "pterodactyl/docker-compose.yml"
) )