mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-05 05:07:38 +08:00
9 lines
152 B
Docker
9 lines
152 B
Docker
FROM prom/prometheus
|
|
|
|
VOLUME ["/prometheusdata"]
|
|
|
|
ENV RELEASE_DESC=__RELEASE_DESC__
|
|
|
|
ADD /rainbond-monitor /usr/bin/monitor
|
|
|
|
ENTRYPOINT /usr/bin/monitor |