File tree Expand file tree Collapse file tree 4 files changed +1769
-4
lines changed Expand file tree Collapse file tree 4 files changed +1769
-4
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ services:
82
82
- orders
83
83
84
84
cadvisor :
85
- image : gcr.io/cadvisor/cadvisor:latest
85
+ image : gcr.io/cadvisor/cadvisor:v0.47.0
86
86
container_name : cadvisor
87
87
privileged : true
88
- platform : linux/amd64
88
+ platform : linux/arm64
89
89
ports :
90
90
- 8080:8080
91
91
volumes :
@@ -120,7 +120,8 @@ services:
120
120
- 2999:3000
121
121
volumes :
122
122
# Share the named volume with the grafana container
123
- - ./grafana/datasources:/etc/grafana/provisioning/datasources
123
+ - ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
124
+ - ./grafana/provisioning/dashboards:/etc/grafana/provisioning/dashboards
124
125
environment :
125
126
GF_PATHS_CONFIG : /etc/grafana/grafana.ini
126
127
GF_SECURITY_ALLOW_EMBEDDING : ' true'
You can’t perform that action at this time.
0 commit comments