-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
37 lines (37 loc) · 1.14 KB
/
template.json
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
{
"version": "2",
"templates": [
{
"categories": ["Social", "Messenger"],
"description": "The IndiView mobile app attaches to your node hosted in this container. With IndiView you can connect with other to share photos, videos, and chat while retaining full control of your data.",
"env": [ ],
"image": "coredb/indiview:latest",
"logo": "https://raw.githubusercontent.com/rolandosborne/IndiView/main/docs/photos/ivicon.png",
"name": "IndiView",
"note": "Mobile App: https://github.com/rolandosborne/IndiView",
"platform": "linux",
"ports": ["8096:8080/tcp"],
"restart_policy": "unless-stopped",
"title": "IndiView",
"type": 1,
"volumes": [
{
"bind": "/portainer/coredb-asset",
"container": "/data/asset"
},
{
"bind": "/portainer/coredb-keystore",
"container": "/data/keystore"
},
{
"bind": "/portainer/coredb-config",
"container": "/data/config"
},
{
"bind": "/portainer/coredb-db",
"container": "/var/lib/mysql"
}
]
}
]
}