Removed open-webui. Better with docker

This commit is contained in:
pazpi 2025-08-22 18:11:57 +02:00
parent deb99c4598
commit 00574c51b3
11 changed files with 4 additions and 673 deletions

View file

@ -2,6 +2,7 @@ services:
openwebui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
restart: unless-stopped
ports:
- "4080:8080"
volumes:
@ -9,6 +10,7 @@ services:
env_file:
- .env
environment:
WEBUI_URL: "https://${DOMAIN}"
ENABLE_OPENAI_API: true
OPENAI_API_BASE_URL: "http://litellm:4000"
ENABLE_OLLAMA_API: false
@ -37,6 +39,7 @@ services:
litellm:
container_name: litellm
image: ghcr.io/berriai/litellm:main-stable
restart: unless-stopped
volumes:
- ./litellm-config.yaml:/app/config.yaml
command:
@ -65,7 +68,7 @@ services:
db:
image: postgres:16
restart: always
restart: unless-stopped
container_name: litellm_db
environment:
POSTGRES_DB: litellm