We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d18311 commit 542c5f3Copy full SHA for 542c5f3
compose/docker-compose-clickhouse-collect.yml
@@ -28,6 +28,8 @@ services:
28
kafka-topics.sh --create --zookeeper zookeeper:2181 --replication-factor 1 --partitions 2 --topic flows ;"
29
grafana:
30
build: ../grafana
31
+ environment:
32
+ - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=vertamedia-clickhouse-datasource
33
ports:
34
- '3000:3000'
35
restart: always
0 commit comments