Skip to content

Commit def6104

Browse files
committed
chore: make grafana accessible without login in debug compose
1 parent aad8848 commit def6104

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ services:
9999
- GF_INSTALL_PLUGINS=grafana-clickhouse-datasource
100100
- CLICKHOUSE_USER=${CLICKHOUSE_USER:-default}
101101
- CLICKHOUSE_PASSWORD=${CLICKHOUSE_PASSWORD:-changeme}
102+
- GF_AUTH_ANONYMOUS_ENABLED=true
103+
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
102104
profiles:
103105
- debug
104106

0 commit comments

Comments
 (0)