Files
ansible-collection-docker-apps/roles/open-webui/defaults/main.yml
T
2026-01-30 15:07:31 -05:00

19 lines
451 B
YAML

---
app_name: open-webui
# Container configuration
open_webui_container_name: "{{ app_name | default('open-webui') }}"
open_webui_container_version: main
open_webui_restart_policy: "{{ app_restart_policy }}"
# Network configuration
open_webui_http_port: 5000
# Volume paths
open_webui_data_path: "{{ app_dir }}/data"
# App-specific configuration
open_webui_env_vars:
OLLAMA_BASE_URL: http://localhost:11434
BYPASS_MODEL_ACCESS_CONTROL: "true"