-
Notifications
You must be signed in to change notification settings - Fork 7
/
Belullama.yaml
88 lines (88 loc) · 2.37 KB
/
Belullama.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: belullama
services:
ollama:
cpu_shares: 90
command:
- serve
deploy:
resources:
limits:
memory: 15775M
expose:
- 11434/tcp
healthcheck:
test:
- CMD-SHELL
- ollama --version || exit 1
image: ollama/ollama:latest
labels:
icon: https://raw.githubusercontent.com/ai-joe-git/Belullama/main/icon.png
ports:
- target: 11434
published: "11434"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /
target: /root/.ollama
devices: []
cap_add: []
environment: []
network_mode: bridge
privileged: false
container_name: ""
hostname: ""
webui:
cpu_shares: 90
command: []
depends_on:
ollama:
condition: service_started
required: true
deploy:
resources:
limits:
memory: 15775M
environment:
- OLLAMA_BASE_URL=http://172.17.0.1:11434
expose:
- 8080/tcp
image: ghcr.io/ai-joe-git/open-webui:latest
labels:
icon: https://raw.githubusercontent.com/ai-joe-git/Belullama/main/icon.png
ports:
- target: 8080
published: "8080"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /
target: /app/backend/data
devices: []
cap_add: []
network_mode: bridge
privileged: false
container_name: ""
hostname: ""
x-casaos:
author: ai-joe-git
category: Utilities
description:
en_us: Belullama is a custom app for CasaOS that integrates the functionalities of Ollama and Open WebUI. It provides a comprehensive solution for creating and managing conversational AI applications on your own local server. With Belullama, you can leverage the power of large language models and enjoy a user-friendly interface for seamless interaction.
hostname: ""
icon: https://raw.githubusercontent.com/ai-joe-git/Belullama/main/icon.png
screenshot_link:
- https://raw.githubusercontent.com/ai-joe-git/Belullama/main/screenshot-1.png
- https://raw.githubusercontent.com/ai-joe-git/Belullama/main/screenshot-2.png
index: /
is_uncontrolled: false
port_map: "8080"
scheme: http
store_app_id: Belullama
thumbnail: https://raw.githubusercontent.com/ai-joe-git/Belullama/main/thumbnail.png
tips:
custom: sudo lsof -i :11434
title:
custom: Belullama