mirror of
https://github.com/katanemo/plano.git
synced 2026-05-15 11:02:39 +02:00
move grafana and prometheus to shared (#265)
This commit is contained in:
parent
5993e36f22
commit
31749bfc74
12 changed files with 36 additions and 681 deletions
11
demos/shared/prometheus/Dockerfile
Normal file
11
demos/shared/prometheus/Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
FROM prom/prometheus:latest
|
||||
|
||||
# Set the command to run Prometheus with the specified configuration file
|
||||
CMD ["--config.file=/etc/prometheus/prometheus.yaml"]
|
||||
|
||||
# Copy the Prometheus configuration files
|
||||
COPY ./prometheus.yaml /etc/prometheus/prometheus.yaml
|
||||
|
||||
# Expose Prometheus port
|
||||
EXPOSE 9090
|
||||
Loading…
Add table
Add a link
Reference in a new issue