From 76964837e7a82cb099f8c8859b6eacd4c77a3ce7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Jan 2021 11:53:06 +0100 Subject: [PATCH] Use container DNS --- alerta.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerta.conf.tmpl b/alerta.conf.tmpl index 1ad228d..7a80b30 100644 --- a/alerta.conf.tmpl +++ b/alerta.conf.tmpl @@ -13,7 +13,7 @@ config_file = /app/alerta.conf dashboard_url = https://{{ env "DOMAIN" }} debug = {{ env "DEBUG" }} email_type = text -endpoint = http://localhost:8080/api +endpoint = http://web:8080/api key = {{ secret "mailer_api_key" }} mail_from = {{ env "MAIL_FROM" }} mail_template = /app/email.tmpl