deprecate open-web-ui and use anythingllm

This commit is contained in:
Adil Hafeez 2026-02-07 15:42:23 -08:00
parent 86a89bc3e0
commit 419df11786
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
10 changed files with 75 additions and 50 deletions

View file

@ -18,15 +18,20 @@ services:
- ./config.yaml:/app/arch_config.yaml:ro
- /etc/ssl/cert.pem:/etc/ssl/cert.pem
# open-web-ui:
# image: dyrnq/open-webui:main
# restart: always
# ports:
# - "8080:8080"
# environment:
# - DEFAULT_MODELS=gpt-4o-mini
# - ENABLE_OPENAI_API=true
# - OPENAI_API_BASE_URL=http://host.docker.internal:12000/v1
anythingllm:
image: mintplexlabs/anythingllm
restart: always
ports:
- "3001:3001"
cap_add:
- SYS_ADMIN
environment:
- STORAGE_DIR=/app/server/storage
- LLM_PROVIDER=generic-openai
- GENERIC_OPEN_AI_BASE_PATH=http://plano:12000/v1
- GENERIC_OPEN_AI_MODEL_PREF=gpt-4o-mini
- GENERIC_OPEN_AI_MODEL_TOKEN_LIMIT=128000
- GENERIC_OPEN_AI_API_KEY=sk-placeholder
jaeger:
build: