Files
open-webui/compose.yaml
2025-10-22 10:58:51 -04:00

21 lines
418 B
YAML

services:
openwebui:
image: ghcr.io/open-webui:ollama
container_name: open-webui
restart: unless-stopped
env_file: .env
gpus: all
networks:
- proxy
volumes:
- "${DATA_MNT_OLLAMA}:/root/.ollama"
- "${DATA_MNT_OPENWEBUI}:/app/backend/data"
ports:
- "${OPENWEBUI_PORT}:8080"
security_opt:
- no-new-privileges:true
networks:
proxy:
external: true