File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM prom/prometheus:v2.48.0
1+ FROM prom/prometheus:v2.53.1
22ADD prometheus.yml /etc/prometheus
Original file line number Diff line number Diff line change 1- FROM prom/prometheus:v2.48.0
1+ FROM prom/prometheus:v2.53.1
22ADD prometheus.yml /etc/prometheus
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ x-logging:
1111services :
1212 # global prometheus instance scraping data from the local instances
1313 portal_prometheus :
14- image : " prom/prometheus:v2.48.0 "
14+ image : " prom/prometheus:v2.53.1 "
1515 container_name : portal_prometheus
1616 networks :
1717 portal :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
3535 - " ${EXPORTER_PORT}:8080"
3636 # prometheus instance responsible for monitoring
3737 site_prometheus :
38- image : " prom/prometheus:v2.48.0 "
38+ image : " prom/prometheus:v2.53.1 "
3939 # use self build Dockerfile as alternative
4040 # build: prod/site_prometheus
4141 container_name : project_usage_prometheus
Original file line number Diff line number Diff line change 1- FROM prom/prometheus:v2.48.0
1+ FROM prom/prometheus:v2.53.1
22ADD prometheus.yml /etc/prometheus
Original file line number Diff line number Diff line change 1- FROM prom/prometheus:v2.48.0
1+ FROM prom/prometheus:v2.53.1
22# relative to compose file
33ADD prometheus.yml /etc/prometheus/prometheus.yml
44
You can’t perform that action at this time.
0 commit comments