Skip to content

Commit

Permalink
Merge branch 'master' into issue-330
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Nov 13, 2024
2 parents df641f4 + b97dddb commit c734565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
- ./docker/grafana/dashboards/:/var/lib/grafana/dashboards/

environment:
GF_INSTALL_PLUGINS: "grafana-piechart-panel,grafana-worldmap-panel,grafana-clickhouse-datasource,https://github.com/Altinity/clickhouse-grafana/releases/download/v${CLICKHOUSE_PLUGIN_VERSION:-3.2.3}/vertamedia-clickhouse-datasource-${CLICKHOUSE_PLUGIN_VERSION:-3.2.3}.zip;vertamedia-clickhouse-datasource"
GF_INSTALL_PLUGINS: "grafana-piechart-panel,grafana-worldmap-panel,grafana-clickhouse-datasource,https://github.com/Altinity/clickhouse-grafana/releases/download/v${CLICKHOUSE_PLUGIN_VERSION:-3.2.4}/vertamedia-clickhouse-datasource-${CLICKHOUSE_PLUGIN_VERSION:-3.2.4}.zip;vertamedia-clickhouse-datasource"
GF_LOG_LEVEL: debug
GF_DATABASE_WAL: "true"
GF_UNIFIED_ALERTING_ENABLED: ${GF_UNIFIED_ALERTING_ENABLED:-false}
Expand Down

0 comments on commit c734565

Please sign in to comment.