File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ services:
78
78
networks :
79
79
- main
80
80
promtail :
81
- image : grafana/promtail
81
+ image : grafana/promtail:2.5.0
82
82
container_name : food-anywhere-promtail
83
83
volumes :
84
84
- ./promtail/config.yaml:/etc/promtail/promtail.yaml
@@ -89,7 +89,7 @@ services:
89
89
networks :
90
90
- main
91
91
loki :
92
- image : grafana/loki
92
+ image : grafana/loki:2.5.0
93
93
container_name : food-anywhere-loki
94
94
ports :
95
95
- " 3100:3100"
@@ -98,7 +98,7 @@ services:
98
98
networks :
99
99
- main
100
100
node_exporter :
101
- image : quay.io/prometheus/node-exporter:latest
101
+ image : quay.io/prometheus/node-exporter:v1.2.2
102
102
container_name : food-anywhere-node-exporter
103
103
restart : unless-stopped
104
104
volumes :
@@ -116,7 +116,7 @@ services:
116
116
networks :
117
117
- main
118
118
prometheus :
119
- image : prom/prometheus
119
+ image : prom/prometheus:v2.35.0
120
120
container_name : food-anywhere-prometheus
121
121
volumes :
122
122
- ./prometheus/config.yaml:/etc/prometheus/prometheus.yml
@@ -134,7 +134,7 @@ services:
134
134
networks :
135
135
- main
136
136
grafana :
137
- image : grafana/grafana
137
+ image : grafana/grafana:8.2.3
138
138
container_name : food-anywhere-grafana
139
139
ports :
140
140
- 3000:3000
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : grafana
19
- image : grafana/grafana
19
+ image : grafana/grafana:8.2.3
20
20
ports :
21
21
- containerPort : 3000
22
22
volumeMounts :
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : loki
19
- image : grafana/loki
19
+ image : grafana/loki:2.5.0
20
20
ports :
21
21
- containerPort : 3100
22
22
---
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : node-exporter
19
- image : quay.io/prometheus/node-exporter:latest
19
+ image : quay.io/prometheus/node-exporter:v1.2.2
20
20
ports :
21
21
- containerPort : 9100
22
22
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : prometheus
19
- image : prom/prometheus
19
+ image : prom/prometheus:v2.35.0
20
20
ports :
21
21
- containerPort : 9090
22
22
volumeMounts :
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : promtail
19
- image : grafana/promtail
19
+ image : grafana/promtail:2.5.0
20
20
args :
21
21
- --config.file=/etc/promtail/promtail.yaml
22
22
volumeMounts :
You can’t perform that action at this time.
0 commit comments