Docker compose setup for Kerbiot.
Contains:
- InfluxDB: Permanent storage for time series data
- Grafana: Data visualization and alerting
- Mosquitto: MQTT Broker
- Telegraf: Writes MQTT messages into InfluxDB
git clone https://github.com/kerbiot/kerbiot-server.git
cd kerbiot-server
chmod +x ./install.sh
sudo ./install.sh
If you want to customize your Kerbiot server:
chmod +x ./setup.sh
./setup.sh
Fill out all the created .env
file and then run
./setup.sh
again.