Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
fix(Grafana PDF Exporter): Build grafana-pdf-exporter docker image to…
Browse files Browse the repository at this point in the history
… have the latest bug fixes and features included
  • Loading branch information
PaulWen committed Feb 19, 2022
1 parent abc0b7e commit cfe7f21
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "setup/indy-tails-server"]
path = setup/indy-tails-server
url = https://github.com/bcgov/indy-tails-server
[submodule "setup/dashboard/grafana-pdf-exporter"]
path = setup/dashboard/grafana-pdf-exporter
url = https://github.com/PaulWen/grafana-pdf-exporter
4 changes: 2 additions & 2 deletions setup/dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ services:
networks:
- dashboard-and-logging

# https://github.com/IzakMarais/reporter
# https://github.com/PaulWen/grafana-pdf-exporter/blob/master/Dockerfile
grafana-pdf-exporter:
container_name: grafana-pdf-exporter
image: izakmarais/grafana-reporter
build: ./grafana-pdf-exporter/
entrypoint: "/usr/local/bin/grafana-reporter -ip grafana:3000 -grid-layout=1"
ports:
- 8686:8686
Expand Down
1 change: 1 addition & 0 deletions setup/dashboard/grafana-pdf-exporter
Submodule grafana-pdf-exporter added at bf5267
3 changes: 2 additions & 1 deletion setup/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ function startAll() {
}

function startAllWithoutLoadGenerator() {
echo "Starting the VON Network ..."
git submodule update --init --recursive

echo "Starting the VON Network ..."
./von-network/manage build
./von-network/manage start
echo "Waiting for the ledger to start... (sleeping 30 seconds)"
Expand Down

0 comments on commit cfe7f21

Please sign in to comment.