Prepare Home Assistant weather export to InfluxDB

Prepare Home Assistant weather export to InfluxDB
This commit is contained in:
2026-05-04 13:29:06 +02:00
parent 4e1d608949
commit 2f7b1a0aa2
7 changed files with 129 additions and 13 deletions
+2
View File
@@ -47,6 +47,8 @@ services:
container_name: influxdb3-core
restart: unless-stopped
user: "0"
ports:
- "${INFLUXDB_BIND_IP:-127.0.0.1}:8181:8181"
command:
- influxdb3
- serve