[修改]调整了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

@@ -1,8 +1,6 @@
[template]
src = "prometheus.tmpl"
dest = "/prometheus.yml"
dest = "/etc/prometheus/prometheus.yml"
keys = [
"/time/",
]a
]

View File

@@ -0,0 +1,6 @@
[template]
src = "supervisord.tmpl"
dest = "/etc/supervisord/supervisord.conf"
keys = [
"/time/"
]