19 lines
414 B
YAML
19 lines
414 B
YAML
# https://docs.openwebui.com/getting-started/quick-start/
|
|
# https://brave.com/search/api/guides/use-with-open-webui/
|
|
# https://huggingface.co/
|
|
|
|
services:
|
|
openwebui:
|
|
image: ghcr.io/open-webui/open-webui:main
|
|
mem_limit: 1.5g
|
|
cpus: 0.5
|
|
ports:
|
|
- 127.0.0.1:3022:8080
|
|
volumes:
|
|
- open-webui:/app/backend/data
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|
|
volumes:
|
|
open-webui:
|