mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
Removed ollama from openwebui
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
{% include 'roles/docker-compose/templates/base.yml.j2' %}
|
||||
ollama:
|
||||
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
||||
image: {{ OLLAMA_IMAGE }}:{{ OLLAMA_VERSION }}
|
||||
container_name: {{ OLLAMA_CONTAINER }}
|
||||
expose:
|
||||
- "{{ OLLAMA_PORT }}"
|
||||
volumes:
|
||||
- ollama_models:/root/.ollama
|
||||
{% include 'roles/docker-container/templates/networks.yml.j2' %}
|
||||
|
||||
openwebui:
|
||||
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
||||
image: {{ OPENWEBUI_IMAGE }}:{{ OPENWEBUI_VERSION }}
|
||||
@@ -24,7 +14,5 @@
|
||||
{% include 'roles/docker-compose/templates/networks.yml.j2' %}
|
||||
|
||||
{% include 'roles/docker-compose/templates/volumes.yml.j2' %}
|
||||
ollama_models:
|
||||
name: {{ OLLAMA_VOLUME }}
|
||||
openwebui_data:
|
||||
name: {{ OPENWEBUI_VOLUME }}
|
||||
|
Reference in New Issue
Block a user