forked from alt/image-forge
fix grafana template
This commit is contained in:
parent
0e8a71d1cf
commit
733f065152
@ -8,14 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/grafana/grafana"
|
||||
LABEL org.opencontainers.image.licenses="AGPL-3.0-only AND Apache-2.0"
|
||||
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
||||
|
||||
{{ install_packages(
|
||||
"grafana",
|
||||
#"grafana-dashboards-ceph",
|
||||
) }}
|
||||
|
||||
#RUN echo $'[dashbords.json] \n\
|
||||
# enabled = true \n\
|
||||
# path = /var/lib/grafana-dashboards-ceph' > /etc/grafana/grafana.ini
|
||||
{{ install_packages("grafana") }}
|
||||
|
||||
USER grafana
|
||||
EXPOSE 3000
|
||||
|
Loading…
Reference in New Issue
Block a user