-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhomeassistant.syno.json
70 lines (70 loc) · 1.59 KB
/
homeassistant.syno.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
{
"cap_add" : null,
"cap_drop" : null,
"cmd" : "python -m homeassistant --config /config",
"cpu_priority" : 50,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : false,
"enabled" : false,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "LANG",
"value" : "C.UTF-8"
},
{
"key" : "GPG_KEY",
"value" : "0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D"
},
{
"key" : "PYTHON_VERSION",
"value" : "3.7.2"
},
{
"key" : "PYTHON_PIP_VERSION",
"value" : "19.0.3"
},
{
"key" : "value",
"value" : "Asia/Shanghai"
},
{
"key" : "variable",
"value" : "TZ"
}
],
"exporting" : false,
"id" : "7b345b7a8d291f2a6547e778ca36bc028dd6852740ea89324a6cee10988dfb22",
"image" : "homeassistant/home-assistant:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "homeassistant",
"network" : [
{
"driver" : "host",
"name" : "host"
}
],
"network_mode" : "host",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false
},
"ulimits" : null,
"use_host_network" : true,
"volume_bindings" : [
{
"host_volume_file" : "/docker/homeassistant",
"mount_point" : "/config",
"type" : "rw"
}
],
"volumes_from" : null
}