From 4dad2efaac1cf681c2c956fbdfeda47b1653150f Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 19 Apr 2022 16:38:27 +0200 Subject: [PATCH] L2SS-766: Alerta datasource got moved to a dedicated server container --- docker-compose/grafana/datasources/alertaui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/grafana/datasources/alertaui.yaml b/docker-compose/grafana/datasources/alertaui.yaml index 8fa7ddcfe..7a3b62425 100644 --- a/docker-compose/grafana/datasources/alertaui.yaml +++ b/docker-compose/grafana/datasources/alertaui.yaml @@ -12,7 +12,7 @@ datasources: # <string> custom UID which can be used to reference this datasource in other parts of the configuration, if not specified will be generated automatically uid: alertaui # <string> url - url: http://alerta-web:8080/api + url: http://alerta-server:8080/api # <string> Deprecated, use secureJsonData.password password: # <string> database user, if used -- GitLab