mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
6 lines
126 B
Docker
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
|
|
|