Added docker-compose.yml example

This commit is contained in:
Joeri Verdeyen
2023-06-23 13:56:30 +02:00
parent 506be2a145
commit 39c748fe1a
3 changed files with 31 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
CONF_updateInterval=300
CONF_babelLocale='de'
CONF_mqtt='@json {"broker": "mqtt", "username": "", "password": ""}'
CONF_volvoData='@json {"username": "", "password": "", "vin": "", "vccapikey": ""}'
TZ='Europe/Berlin'