7 lines
150 B
Docker
7 lines
150 B
Docker
|
FROM prom/prometheus:latest
|
||
|
|
||
|
COPY prometheus.yml /etc/prometheus/prometheus.yml
|
||
|
COPY alert.rules.yml /etc/prometheus/alert.rules.yml
|
||
|
|
||
|
EXPOSE 9090/tcp
|