Skip to content

Commit 542c5f3

Browse files
committed
Add Grafana environment variable to accept unsigned Clickhouse plugin
1 parent 1d18311 commit 542c5f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose/docker-compose-clickhouse-collect.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ services:
2828
kafka-topics.sh --create --zookeeper zookeeper:2181 --replication-factor 1 --partitions 2 --topic flows ;"
2929
grafana:
3030
build: ../grafana
31+
environment:
32+
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=vertamedia-clickhouse-datasource
3133
ports:
3234
- '3000:3000'
3335
restart: always

0 commit comments

Comments
 (0)