Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 629 B
FROM git.astron.nl:5000/lofar2.0/grafana-station-dashboards:latest
# Add default configuration through provisioning (see https://grafana.com/docs/grafana/latest/administration/provisioning)
COPY dashboards/central-monitoring.json /var/lib/grafana/dashboards/central/central-monitoring.json
COPY central-dashboards.yaml /etc/grafana/provisioning/dashboards/
#USER root
#
## Have all station dashboards appear under a 'station' folder
#RUN mv -f /var/lib/grafana/dashboards/station /tmp/station; mkdir -p /var/lib/grafana/dashboards/station/station; mv -f /tmp/station /var/lib/grafana/dashboards/station/station
#
#User grafana