Initial commit

This commit is contained in:
Linus Dietz
2023-06-18 14:25:44 +02:00
parent 33e7c34662
commit 56383080fb
10 changed files with 473 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "volvoaaos2mqtt",
"ports": {},
"env": {"TZ": "Europe/Amsterdam"},
"volumes": [
"/home/dockerhost/volvoAAOS2mqtt/settings.json:/volvoAAOS2mqtt/settings.json"
]
}