This commit is contained in:
hubobel 2026-01-12 16:30:16 +01:00
parent 9b100825e7
commit d7e2e1a512
14 changed files with 190 additions and 1 deletions

View file

@ -23,4 +23,20 @@ Stack
<br><br>
<img src="pic/grafan.png" alt="mqtt" width="500"/>
<img src="pic/grafan.png" alt="mqtt" width="500"/>
>git clone https://git.hintergasse.de/hubobel/MTIG-Stack.git
>cd MTIG-Stack
>mkdir -p \
> influxdb/{data,config} \
> grafana/{data,config} \
> mosquitto/{config,data,log} \
> telegraf
>chown -R 472:472 grafana
>docker compose up -d --force-recreate
>docker ps