fixup
This commit is contained in:
parent
55bb8c5b32
commit
e30ef668fa
|
@ -1,9 +1,7 @@
|
|||
# Use the official Grafana image
|
||||
FROM grafana/grafana:latest
|
||||
ENV GF_SECURITY_ADMIN_USER=Fifth3591
|
||||
ENV GF_SECURITY_ADMIN_PASSWORD=hhg4eW6nPfLurzNHjdTtUxqP8SQxdqT7R
|
||||
# Add custom configuration files
|
||||
COPY grafana.ini /etc/grafana/grafana.ini
|
||||
COPY datasources.yaml /etc/grafana/provisioning/datasources/datasources.yaml
|
||||
COPY dashboards.yaml /etc/grafana/provisioning/dashboards/dashboards.yaml
|
||||
COPY dashboards/ /var/lib/grafana/dashboards/
|
||||
RUN chmod -R a+r /var/lib/grafana/dashboards/
|
|
@ -26,9 +26,7 @@ services:
|
|||
- node.hostname == macmini3
|
||||
networks:
|
||||
- traefik
|
||||
ports:
|
||||
- "3100:3100"
|
||||
|
||||
|
||||
grafana:
|
||||
image: git.nixc.us/nixius/loki:production-grafana
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue