diff --git a/config/README.md b/config/README.md index ff446fc..5f3f7a7 100644 --- a/config/README.md +++ b/config/README.md @@ -12,7 +12,7 @@ From inside this directory, you can run the following command to start up a graf docker compose -f docker-compose.yml up -d ``` -Then visit and login with the default credentials (admin:admin). The prometheus datasource and the dashboard should be automatically set up. +Then visit and login with the default credentials (admin:admin). The prometheus datasource and the dashboard should be automatically set up. If you want to generate some metrics quickly, you can run `npm run debug:until-death` and you should start seeing metrics in the dashboard for the results of querying the gateway for the websites listed by diff --git a/config/docker-compose.yml b/config/docker-compose.yml index ab438b8..a74e728 100644 --- a/config/docker-compose.yml +++ b/config/docker-compose.yml @@ -13,7 +13,7 @@ services: grafana: image: grafana/grafana ports: - - 3000:3000 + - 9191:3000 volumes: - ./grafana/datasources:/etc/grafana/provisioning/datasources - ./grafana/dashboard.yaml:/etc/grafana/provisioning/dashboards/main.yaml