This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 40344473b7 0.17.0 setup external grafana missing step (#555)
40344473b7 is described below
commit 40344473b7f496b32a83d1d45e202e894953e334
Author: M****i L* <[email protected]>
AuthorDate: Wed Jun 14 04:50:54 2023 -0400
0.17.0 setup external grafana missing step (#555)
---
.../version-v0.17/GettingStarted/DockerComposeSetup.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/versioned_docs/version-v0.17/GettingStarted/DockerComposeSetup.md
b/versioned_docs/version-v0.17/GettingStarted/DockerComposeSetup.md
index 17a9e5124b..c4588beac0 100644
--- a/versioned_docs/version-v0.17/GettingStarted/DockerComposeSetup.md
+++ b/versioned_docs/version-v0.17/GettingStarted/DockerComposeSetup.md
@@ -133,7 +133,16 @@ volumes:
grafana-storage:
```
-3. Set config-ui.environment.GRAFANA_ENDPOINT to your own grafana url in
docker-compose.yml
+3. Set up the `config-ui` container to adopt the external Grafana in the
`docker-compose.yml`
+
+```yaml
+config-ui:
+ ...
+ environment:
+ USE_EXTERNAL_GRAFANA: "true"
+ GRAFANA_ENDPOINT: "http://grafana.example.com"
+ ...
+```
4. Please connect your Grafana to DevLake's database by following
https://grafana.com/docs/grafana/latest/administration/data-source-management/