-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnap.yaml
More file actions
47 lines (34 loc) · 755 Bytes
/
snap.yaml
File metadata and controls
47 lines (34 loc) · 755 Bytes
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
apps:
webui:
user: openwebui
command: bin/service.webui.sh
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
restart-delay: 10s
ollama:
user: openwebui
command: bin/service.ollama.sh
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
restart-delay: 10s
storage-change:
command: bin/cli storage-change
access-change:
command: bin/cli access-change
backup-pre-stop:
command: bin/cli backup-pre-stop
restore-pre-start:
command: bin/cli restore-pre-start
restore-post-start:
command: bin/cli restore-post-start
confinement: strict
description: openwebui
grade: stable
name: openwebui
summary: openwebui