Skip to content

Commit

Permalink
Update grafana version
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 15, 2023
1 parent 10da308 commit 3c5249d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ grafana:
ports:
- "3003:3000"
environment:
- GF_INSTALL_PLUGINS=https://github.com/orchestracities/grafana-map-plugin/archive/master.zip;grafana-map-plugin,grafana-clock-panel,grafana-worldmap-panel
- - GF_INSTALL_PLUGINS=orchestracities-map-panel,grafana-clock-panel,grafana-worldmap-panel

```

`quantumleap` コンテナは、1つのポートで待機しています:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ grafana:
ports:
- "3003:3000"
environment:
- GF_INSTALL_PLUGINS=https://github.com/orchestracities/grafana-map-plugin/archive/master.zip;grafana-map-plugin,grafana-clock-panel,grafana-worldmap-panel
- GF_INSTALL_PLUGINS=orchestracities-map-panel,grafana-clock-panel,grafana-worldmap-panel

```

The `quantumleap` container is listening on one port:
Expand All @@ -301,7 +302,7 @@ UI is usually available on port `3000`, but this port has already been taken by
shifted to another port. The Grafana Environment variables are described within their own
[documentation](https://grafana.com/docs/installation/configuration/). The configuration ensures we will be able to
connect to the **CrateDB** database later on in the tutorial. The configuration also imports a custom map plugin that
helps you in displaying NGSI v2 entities over a map.
helps you in displaying NGSI LD entities over a map.

### Generating Context Data

Expand Down
4 changes: 2 additions & 2 deletions docker-compose/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ services:
grafana:
labels:
org.fiware: 'tutorial'
image: grafana/grafana:6.1.6
image: grafana/grafana:8.5.27
container_name: grafana
depends_on:
- crate-db
ports:
- "3003:3000"
environment:
- GF_INSTALL_PLUGINS=https://github.com/orchestracities/grafana-map-plugin/archive/master.zip;grafana-map-plugin,grafana-clock-panel,grafana-worldmap-panel
- GF_INSTALL_PLUGINS=orchestracities-map-panel,grafana-clock-panel,grafana-worldmap-panel
volumes:
- grafana:/var/lib/grafana

Expand Down

0 comments on commit 3c5249d

Please sign in to comment.