1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00

added instruction to install grafana windrose panel

This commit is contained in:
kx1t 2023-04-02 18:35:01 -04:00
parent 37d8726a40
commit f52f124fed

View file

@ -72,8 +72,11 @@ services:
hostname: grafana
tty: true
# uncomment the following section and set the variables if you are exposing Grafana to the internet behind a rev web proxy:
# environment:
# - GF_SERVER_ROOT_URL=https://mywebsite.com/grafana
environment:
# 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
ports:
- 3000:3000