Skip to content

Commit

Permalink
Update alternative-graphing-with-prometheus-grafana.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WaxySteelWorm authored Jul 11, 2023
1 parent 98f0de1 commit 5cea046
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions useful-extras/alternative-graphing-with-prometheus-grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ Open the `docker-compose.yml` file that was created when deploying `ultrafeeder`
Add the following lines to the `volumes:` section at the top of the file \(below the `version:` section, and before the `services:` section\):

```yaml
version: '3.8'

volumes:
prometheus_data:
grafana_data:

services:
ultrafeeder:
# other service configurations
```

This creates the volumes that will contain `prometheus` and `grafana`’s application data.
Expand Down

0 comments on commit 5cea046

Please sign in to comment.