mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
Removed ollama dependendy because it's managed via Ansible and not docker compose dependency
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
||||||
image: {{ OPENWEBUI_IMAGE }}:{{ OPENWEBUI_VERSION }}
|
image: {{ OPENWEBUI_IMAGE }}:{{ OPENWEBUI_VERSION }}
|
||||||
container_name: {{ OPENWEBUI_CONTAINER }}
|
container_name: {{ OPENWEBUI_CONTAINER }}
|
||||||
depends_on:
|
|
||||||
- ollama
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:{{ OPENWEBUI_PORT_PUBLIC }}:8080"
|
- "127.0.0.1:{{ OPENWEBUI_PORT_PUBLIC }}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user