test / docker-compose.yml
bardd's picture
Create docker-compose.yml
c7378c7 verified
raw
history blame
415 Bytes
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
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: {}