-
Notifications
You must be signed in to change notification settings - Fork 7
/
BelullamaStableDiffusionBETA.yaml
133 lines (133 loc) · 3.9 KB
/
BelullamaStableDiffusionBETA.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
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
- ENABLE_IMAGE_GENERATION=true
- AUTOMATIC1111_BASE_URL=http://172.17.0.1:7860
- IMAGE_SIZE=512x512
- IMAGE_STEPS=14
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: ""
stable-diffusion-webui:
cpu_shares: 90
command: []
container_name: automatic1111-docker
deploy:
resources:
limits:
memory: 15771M
hostname: automatic1111-docker
image: ghcr.io/ai-joe-git/automatic1111-docker:main
labels:
icon: https://raw.githubusercontent.com/ai-joe-git/Belullama/main/icon.png
ports:
- target: 7860
published: "7860"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/models
target: /DATA/AppData/Stable-Diffusion-WebUI/models
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/vae
target: /DATA/AppData/Stable-Diffusion-WebUI/vae
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/lora
target: /DATA/AppData/Stable-Diffusion-WebUI/lora
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/embeddings
target: /DATA/AppData/Stable-Diffusion-WebUI/embeddings
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/outputs
target: /DATA/AppData/Stable-Diffusion-WebUI/outputs
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/config
target: /DATA/AppData/Stable-Diffusion-WebUI/config
devices: []
cap_add: []
environment: []
network_mode: bridge
privileged: false
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