faas/prometheus/Dockerfile.prometheus
2017-06-22 15:47:12 +01:00

6 lines
126 B
Docker

FROM prom/prometheus:v1.7.1
COPY prometheus.yml /etc/prometheus/prometheus.yml
COPY alert.rules /etc/prometheus/alert.rules