|
@@ -1,7 +1,7 @@
|
|
|
version: '3.2'
|
|
version: '3.2'
|
|
|
services:
|
|
services:
|
|
|
prometheus:
|
|
prometheus:
|
|
|
- image: prom/prometheus:latest
|
|
|
|
|
|
|
+ image: prom/prometheus:v2.23.0
|
|
|
container_name: prometheus
|
|
container_name: prometheus
|
|
|
ports:
|
|
ports:
|
|
|
- 9090:9090
|
|
- 9090:9090
|
|
@@ -26,7 +26,7 @@ services:
|
|
|
- redis
|
|
- redis
|
|
|
|
|
|
|
|
node-exporter:
|
|
node-exporter:
|
|
|
- image: prom/node-exporter:latest
|
|
|
|
|
|
|
+ image: prom/node-exporter:v1.0.1
|
|
|
container_name: node-exporter
|
|
container_name: node-exporter
|
|
|
ports:
|
|
ports:
|
|
|
- 9100:9100
|
|
- 9100:9100
|
|
@@ -39,7 +39,7 @@ services:
|
|
|
- 6479:6379
|
|
- 6479:6379
|
|
|
|
|
|
|
|
grafana:
|
|
grafana:
|
|
|
- image: grafana/grafana:latest
|
|
|
|
|
|
|
+ image: grafana/grafana:7.3.5
|
|
|
container_name: monitoring_grafana
|
|
container_name: monitoring_grafana
|
|
|
restart: "no"
|
|
restart: "no"
|
|
|
links:
|
|
links:
|