faas/prometheus/Dockerfile.prometheus
2017-06-22 16:14:34 +01:00

6 lines
126 B
Docker

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