From 08821c2354af6247f151ac8445dcc695b0f7ba98 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Jan 2021 11:13:19 +0100 Subject: [PATCH] Use web DNS for main web container --- alerta.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerta.conf.tmpl b/alerta.conf.tmpl index d27a50a..0ef66e8 100644 --- a/alerta.conf.tmpl +++ b/alerta.conf.tmpl @@ -1,6 +1,6 @@ [DEFAULT] debug = {{ env "DEBUG" }} -endpoint = http://localhost:8080/api +endpoint = http://web:8080/api key = {{ secret "cli_api_key" }} output = json sslverify = False