mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
added instruction to install grafana windrose panel
This commit is contained in:
parent
37d8726a40
commit
f52f124fed
1 changed files with 5 additions and 2 deletions
|
@ -72,8 +72,11 @@ services:
|
||||||
hostname: grafana
|
hostname: grafana
|
||||||
tty: true
|
tty: true
|
||||||
# uncomment the following section and set the variables if you are exposing Grafana to the internet behind a rev web proxy:
|
# uncomment the following section and set the variables if you are exposing Grafana to the internet behind a rev web proxy:
|
||||||
# environment:
|
environment:
|
||||||
# - GF_SERVER_ROOT_URL=https://mywebsite.com/grafana
|
# windrose panel plugin is needed for polar plots:
|
||||||
|
- GF_INSTALL_PLUGINS=fatcloud-windrose-panel
|
||||||
|
# uncomment and set the following variables if you are exposing Grafana to the internet behind a rev web proxy:
|
||||||
|
# - GF_SERVER_ROOT_URL=https://mywebsite.com/grafana/
|
||||||
# - GF_SERVER_SERVE_FROM_SUB_PATH=true
|
# - GF_SERVER_SERVE_FROM_SUB_PATH=true
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|
Loading…
Reference in a new issue