File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM prom/prometheus:v2.48 .0
1
+ FROM prom/prometheus:v2.55 .0
2
2
ADD 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.55 .0
2
2
ADD prometheus.yml /etc/prometheus
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ x-logging:
11
11
services :
12
12
# global prometheus instance scraping data from the local instances
13
13
portal_prometheus :
14
- image : " prom/prometheus:v2.48 .0"
14
+ image : " prom/prometheus:v2.55 .0"
15
15
container_name : portal_prometheus
16
16
networks :
17
17
portal :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
35
35
- " ${EXPORTER_PORT}:8080"
36
36
# prometheus instance responsible for monitoring
37
37
site_prometheus :
38
- image : " prom/prometheus:v2.48 .0"
38
+ image : " prom/prometheus:v2.55 .0"
39
39
# use self build Dockerfile as alternative
40
40
# build: prod/site_prometheus
41
41
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.55 .0
2
2
ADD 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.55 .0
2
2
# relative to compose file
3
3
ADD prometheus.yml /etc/prometheus/prometheus.yml
4
4
You can’t perform that action at this time.
0 commit comments