-
Notifications
You must be signed in to change notification settings - Fork 18
/
frigate.syno-dsm7.json
100 lines (100 loc) · 2.49 KB
/
frigate.syno-dsm7.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
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
{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "python3 -u -m frigate",
"cpu_priority" : 0,
"enable_publish_all_ports" : false,
"enable_restart_policy" : false,
"enabled" : false,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "FLASK_ENV",
"value" : "development"
},
{
"key" : "DEBIAN_FRONTEND",
"value" : "noninteractive"
},
{
"key" : "LIBVA_DRIVER_NAME",
"value" : "i965"
},
{
"key" : "FRIGATE_MQTT_USERNAME",
"value" : "my-frigate-mqtt-username"
},
{
"key" : "FRIGATE_MQTT_PASSWORD",
"value" : "my-frigate-mqtt-password"
},
{
"key" : "FRIGATE_CAMERA_1_RTSP_CREDENTIALS",
"value" : "my-camera-1-username:my-camera-1-password"
},
{
"key" : "FRIGATE_CAMERA_2_RTSP_CREDENTIALS",
"value" : "my-camera-2-username:my-camera-2-password"
}
],
"exporting" : false,
"id" : "73409f302aa673eaf739a4b4e02dd98f23376150cf54f289f3349c2015dce5af",
"image" : "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.1",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "frigate",
"network" : [
{
"driver" : "bridge",
"name" : "frigate_default"
}
],
"network_mode" : "frigate_default",
"port_bindings" : [
{
"container_port" : 1935,
"host_port" : 1935,
"type" : "tcp"
},
{
"container_port" : 5000,
"host_port" : 8001,
"type" : "tcp"
}
],
"privileged" : true,
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"volume_bindings" : [
{
"host_absolute_path" : "/dev/bus/usb",
"mount_point" : "/dev/bus/usb",
"type" : "rw"
},
{
"host_absolute_path" : "/etc/localtime",
"mount_point" : "/etc/localtime",
"type" : "ro"
},
{
"host_volume_file" : "/docker/volumes/frigate-0-config/config.yml",
"mount_point" : "/config/config.yml",
"type" : "ro"
},
{
"host_volume_file" : "/docker/volumes/frigate-0-media",
"mount_point" : "/media/frigate",
"type" : "rw"
}
]
}