File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 MYSQL_ROOT_PASSWORD : admin
3333 MYSQL_URL : mysql:3306
3434 # grafana deployment
35- GF_SERVER_ROOT_URL : http://YOURDOMAIN:30002/grafana
35+ GF_SERVER_PROTOCOL : " http"
36+ GF_SERVER_DOMAIN : " YOURDOMAIN:30002"
37+ GF_SERVER_ROOT_URL : " http://YOURDOMAIN:30002/grafana"
3638 GF_USERS_DEFAULT_THEME : " light"
3739 # for devlake deployment
3840 DB_URL : mysql://merico:merico@mysql:3306/lake?charset=utf8mb4&parseTime=True
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ ENV GF_USERS_ALLOW_SIGN_UP=false
3333ENV GF_SERVER_SERVE_FROM_SUB_PATH=true
3434ENV GF_DASHBOARDS_JSON_ENABLED=true
3535ENV GF_LIVE_ALLOWED_ORIGINS='*'
36+ ENV GF_SERVER_PROTOCOL=http
37+ ENV GF_SERVER_DOMAIN=localhost:3000
38+ ENV GF_SERVER_ROOT_URL=http://localhost:3000/grafana
3639USER root
3740RUN grafana-cli plugins install grafana-piechart-panel && \
3841 chmod +x /entrypoint.sh && \
You can’t perform that action at this time.
0 commit comments