Removed ollama dependendy because it's managed via Ansible and not docker compose dependency

This commit is contained in:
2025-09-22 20:22:54 +02:00
parent 963e1aea21
commit 1baed62078

View File

@@ -3,8 +3,6 @@
{% include 'roles/docker-container/templates/base.yml.j2' %}
image: {{ OPENWEBUI_IMAGE }}:{{ OPENWEBUI_VERSION }}
container_name: {{ OPENWEBUI_CONTAINER }}
depends_on:
- ollama
ports:
- "127.0.0.1:{{ OPENWEBUI_PORT_PUBLIC }}:8080"
volumes: