mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-02-21 03:15:27 -08:00
Update README.md
This commit is contained in:
parent
380294afc9
commit
c465d5c629
|
@ -136,6 +136,7 @@ FILTERED_PORTS=0
|
||||||
HIDE_MESSAGE=false
|
HIDE_MESSAGE=false
|
||||||
## MQTT server Key for decoding messages
|
## MQTT server Key for decoding messages
|
||||||
MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==
|
MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the Project
|
## Running the Project
|
||||||
|
@ -146,7 +147,7 @@ To run the project, simply use Docker Compose:
|
||||||
docker-compose up --build
|
docker-compose up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
This command will build and start all the necessary services, including the MQTT server, Prometheus server, Postgres
|
This command will build and start all the necessary services, including the exporter, Prometheus server, Postgres
|
||||||
server, and Grafana.
|
server, and Grafana.
|
||||||
|
|
||||||
## Grafana Dashboard
|
## Grafana Dashboard
|
||||||
|
|
Loading…
Reference in a new issue