-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a hardcoded path in the compose setup for local metrics. Updates the docs, as well, to clarify that the first-run experience via docker compose is only relevant for Linux hosts, due to use of host-networking. Will work on a macos-compatible dev env later, but for now focusing on making sure what's in the repo is clear and runnable for actual testnet node operators, which means Linux boxes. Closes #4565.
- Loading branch information
Showing
6 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG GRAFANA_VERSION="10.1.5" | ||
FROM docker.io/grafana/grafana:${GRAFANA_VERSION} | ||
COPY deployments/config/grafana/provisioning /etc/grafana/provisioning | ||
COPY deployments/config/grafana/provisioning/ /etc/grafana/provisioning/ | ||
COPY deployments/config/grafana/grafana.ini /etc/grafana/grafana.ini | ||
COPY deployments/config/grafana/dashboards /var/lib/grafana/dashboards | ||
COPY deployments/config/grafana/dashboards/ /var/lib/grafana/dashboards/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters