diff --git a/prometheus/Dockerfile.prometheus b/prometheus/Dockerfile.prometheus new file mode 100644 index 00000000..91aa7086 --- /dev/null +++ b/prometheus/Dockerfile.prometheus @@ -0,0 +1,5 @@ +FROM prom/prometheus:v1.7.1 + +COPY prometheus.yml /etc/prometheus/prometheus.yml +COPY alert.rules /etc/prometheus/alert.rules +