X-Git-Url: https://piware.de/gitweb/?p=learn-metrics.git;a=blobdiff_plain;f=launch.sh;h=14eaeec35bc4685ad5016efbdd4b6674b34c1d01;hp=8f0dc7979ad9f9f2ccc59673ae751e5a18be360e;hb=a197e7dfac2ef8da88f1a182712c0fd240a60d88;hpb=365e49f581459864b766b7fb6791a6ba081ac175 diff --git a/launch.sh b/launch.sh index 8f0dc79..14eaeec 100755 --- a/launch.sh +++ b/launch.sh @@ -1,4 +1,9 @@ #!/bin/sh set -eux -podman run -d --pod new:learn-metrics --name metrics-grafana -p 3000:3000 -p 3001:9090 -e GF_SECURITY_ADMIN_PASSWORD=foobar quay.io/bitnami/grafana +podman run -d --pod new:learn-metrics --name metrics-grafana \ + -p 3000:3000 -p 3001:9090 \ + -e GF_SECURITY_ADMIN_PASSWORD=foobar \ + -v ./conf-grafana/datasource.yaml:/etc/grafana/provisioning/datasources/datasource.yaml:ro \ + quay.io/bitnami/grafana + podman run -d --pod learn-metrics --name metrics-prometheus docker.io/prom/prometheus