webui / docker-compose.yml
bardd's picture
Update docker-compose.yml
0a3f8e8 verified
raw
history blame
452 Bytes
services:
open-webui:
build:
context: .
dockerfile: Dockerfile
image: open-webui:latest
container_name: open-webuii
restart: always
ports:
- "3000:8080"
environment:
- ENV=production
- WEBUI_AUTH=false
- OPENAI_API_BASE_URL=https://api.deepinfra.com/v1/openai
- OPENAI_API_KEY=Qkg36ZyeOllw5Y7ARp3Xr7Gmq8JmR13B
volumes:
- open-webui:/app/backend/data
volumes:
open-webui: