|
|
|
@ -4,8 +4,8 @@ MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com> |
|
|
|
|
COPY prometheus /bin/prometheus |
|
|
|
|
COPY promtool /bin/promtool |
|
|
|
|
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml |
|
|
|
|
COPY console_libraries/ /etc/prometheus/ |
|
|
|
|
COPY consoles/ /etc/prometheus/ |
|
|
|
|
COPY console_libraries/ /etc/prometheus/console_libraries/ |
|
|
|
|
COPY consoles/ /etc/prometheus/consoles/ |
|
|
|
|
|
|
|
|
|
EXPOSE 9090 |
|
|
|
|
VOLUME [ "/prometheus" ] |
|
|
|
|