Skip to content

Commit

Permalink
Update alternative-graphing-with-influx-grafana.md
Browse files Browse the repository at this point in the history
corrected incorrect config for influxdb
  • Loading branch information
t288msd authored Nov 28, 2023
1 parent 8647726 commit 8b21762
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions useful-extras/alternative-graphing-with-influx-grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Open the `docker-compose.yml` file that was created when deploying `ultrafeeder`
Add the following lines to the `environment` section of the `ultrafeeder` container definition \(in the `ultrafeeder:` section, below `environment:` and before the `volumes:` section\):

```yaml
- INFLUXDBURL=http://influxdb:8086
- INFLUXDB_V2=true
- INFLUXDB_V2_BUCKET=ultrafeeder
- INFLUXDB_V2_ORG=ultrafeeder
- INFLUXDB_V2_TOKEN=${INFLUXDB_ADMIN_TOKEN}
- INFLUXDBV2_URL=http://influxdb:8086
- INFLUXDBV2_BUCKET=ultrafeeder
- INFLUXDBV2_ORG=ultrafeeder
- INFLUXDBV2_TOKEN=${INFLUXDB_ADMIN_TOKEN}
```

Append the following lines to the end of the file:
Expand Down

0 comments on commit 8b21762

Please sign in to comment.