From 88d67e1b7f202f2b71d0e9d4b174d653de3f4cf1 Mon Sep 17 00:00:00 2001 From: yorickdowne <71337066+yorickdowne@users.noreply.github.com> Date: Fri, 23 Dec 2022 09:12:03 -0500 Subject: [PATCH] Fix grafana-rootless (#1121) * Simplify docker root detection * Add a Grafana for use with rootless docker * Remove grafana-rootless old dependencies --- grafana-rootless.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/grafana-rootless.yml b/grafana-rootless.yml index 56a5ab82..53af47b8 100644 --- a/grafana-rootless.yml +++ b/grafana-rootless.yml @@ -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: @@ -89,8 +87,6 @@ services: - /etc/localtime:/etc/localtime:ro depends_on: - prometheus - - loki - - promtail entrypoint: ["provision-dashboards.sh"] command: /run.sh <<: *logging