[修改]调整了Prometheus与opcua exporter的dockerfile路径,修正了confd模版

This commit is contained in:
makotocc0107
2024-09-11 11:11:05 +08:00
committed by Coding
parent 0021d2da26
commit c2794f29ee
5 changed files with 33 additions and 5 deletions

View File

@@ -15,8 +15,10 @@ RUN curl -fsSL https://github.com/abtreece/confd/releases/download/v0.20.0/confd
RUN mkdir /etc/prometheus/
COPY ./confd/ /etc/confd/
COPY prometheus.yml /etc/prometheus/prometheus.yml
COPY COPY ./supervisord/ /etc/supervisord/
COPY ./supervisord/ /etc/supervisord/
CMD [ "supervisord", "-c", "/etc/supervisord/supervisord.conf" ]