forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxeoma.json
32 lines (32 loc) · 782 Bytes
/
xeoma.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
{
"Xeoma Video Surveillance": {
"containers": {
"xeoma": {
"image": "coppit/xeoma",
"launch_order": 1,
"ports": {
"8090": {
"description": "Xeoma server port",
"host_default": 8090,
"label": "server port",
"protocol": "tcp"
}
},
"volumes": {
"/config": {
"description": "Xeoma config path",
"label": "xeoma config"
},
"/archive": {
"description": "Xeoma archive path",
"label": "xeoma archive"
}
}
}
},
"description": "Xeoma Video Surveillance",
"volume_add_support": true,
"website": "http://felenasoft.com/xeoma/",
"version": "1.0"
}
}