add support for openwebui

This commit is contained in:
Adil Hafeez 2025-05-27 11:03:30 -07:00
parent 79cbcb5fe1
commit 2ccbcb3ff5
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 100 additions and 19 deletions

View file

@ -1,17 +1,15 @@
services:
chatbot_ui:
build:
context: ../../shared/chatbot_ui
dockerfile: Dockerfile
open-web-ui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
restart: always
ports:
- "18080:8080"
- "8080:8080"
environment:
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:12000/v1
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./arch_config.yaml:/app/arch_config.yaml
- DEFAULT_MODEL=gpt-4o-mini
- OPENAI_API_KEY=your_secret_key
jaeger:
build: