prometheus-mt-container/Dockerfile

7 lines
150 B
Docker
Raw Permalink Normal View History

2024-11-01 15:02:27 +02:00
FROM prom/prometheus:latest
COPY prometheus.yml /etc/prometheus/prometheus.yml
COPY alert.rules.yml /etc/prometheus/alert.rules.yml
EXPOSE 9090/tcp