Files
grafana/devenv/docker/blocks/prometheus/Dockerfile
Galen Kistler 76f7152904 Prometheus: [devenv] provision gdev-prometheus development environment with basic auth (#71153)
* provision gdev-prometheus development environment with basic auth
2023-07-06 13:11:55 -05:00

6 lines
159 B
Docker

FROM prom/prometheus:latest
ADD prometheus.yml /etc/prometheus/
ADD recording.yml /etc/prometheus/
ADD alert.yml /etc/prometheus/
ADD web.yml /etc/prometheus/