File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 # ==
1919
2020 traefik :
21- image : traefik:v3.3
21+ image : traefik:v3.6
2222 restart : always
2323 ports :
2424 - 80:80
@@ -95,7 +95,7 @@ services:
9595 depends_on :
9696 clickhouse :
9797 condition : service_healthy
98- image : otel/opentelemetry-collector-contrib:0.128 .0 # amd64 + arm64
98+ image : otel/opentelemetry-collector-contrib:0.141 .0 # amd64 + arm64
9999 ports :
100100 - 4317:4317
101101 - 4318:4318
@@ -116,7 +116,7 @@ services:
116116 depends_on :
117117 clickhouse :
118118 condition : service_healthy
119- image : grafana/grafana-oss:11.5.1 # amd64 + arm64
119+ image : grafana/grafana-oss:11.6.5 # amd64 + arm64
120120 environment :
121121 GF_INSTALL_PLUGINS : " grafana-clickhouse-datasource"
122122 volumes :
You can’t perform that action at this time.
0 commit comments