Skip to content

Commit ce46bd4

Browse files
committed
docs(chore): update SPEEDER_INFLUXDB_TOKEN and influxDB and Grafana versions
1 parent 7885a08 commit ce46bd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ The [speeder](speeder.py) script is configured using the below environment varia
4141
| `SPEEDER_SPEEDTEST_SERVER_ID` | Server ID to run speedtests against. Supports multiple IDs using a comma separated string. | "" |
4242
| `SPEEDER_INFLUXDB_HOST` | InfluxDB hostname. | influxdb |
4343
| `SPEEDER_INFLUXDB_PORT` | InfluxDB port. | 8086 |
44-
| `SPEEDER_INFLUXDB_TOKEN` | InfluxDB token. | root |
44+
| `SPEEDER_INFLUXDB_TOKEN` | InfluxDB token. | speeder! |
4545
| `SPEEDER_INFLUXDB_ORG` | InfluxDB organisation name. | speeder |
4646
| `SPEEDER_INFLUXDB_BUCKET` | InfluxDB bucket name to write speedtest results to. | speeder |
4747

4848
# Docker Compose Stack - InfluxDB and Grafana
4949

50-
The [docker-compose.yml](docker-compose.yml) file in this repository will deploy speeder, InfluxDB `2.7.1` and Grafana containers. Grafana will be provisioned with InfluxDB as the [data source](grafana-config/datasources/datasource.yml) and the pre-created [dashboard](grafana-config/dashboards/dashboard.json):
50+
The [docker-compose.yml](docker-compose.yml) file in this repository will deploy speeder, InfluxDB `2.8` and Grafana `12.3.1` containers. Grafana will be provisioned with InfluxDB as the [data source](grafana-config/datasources/datasource.yml) and the pre-created [dashboard](grafana-config/dashboards/dashboard.json):
5151

5252
![Dashboard](images/dashboard.png)
5353

0 commit comments

Comments
 (0)