Skip to content

Commit

Permalink
Fix grafana-rootless (#1121)
Browse files Browse the repository at this point in the history
* Simplify docker root detection

* Add a Grafana for use with rootless docker

* Remove grafana-rootless old dependencies
  • Loading branch information
yorickdowne committed Dec 23, 2022
1 parent 6eb90f1 commit 88d67e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions grafana-rootless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ services:
command: ["/bin/prometheus", "--storage.tsdb.path=/prometheus", "--web.console.libraries=/usr/share/prometheus/console_libraries", "--web.console.templates=/usr/share/prometheus/consoles"]
<<: *logging
depends_on:
- node-exporter
- blackbox-exporter
- json-exporter
- cryptowat-exporter
- cadvisor
- ethereum-metrics-exporter

ethereum-metrics-exporter:
Expand Down Expand Up @@ -89,8 +87,6 @@ services:
- /etc/localtime:/etc/localtime:ro
depends_on:
- prometheus
- loki
- promtail
entrypoint: ["provision-dashboards.sh"]
command: /run.sh
<<: *logging
Expand Down

0 comments on commit 88d67e1

Please sign in to comment.