From 5b56483e2d9f0bf7d65cb219a4ba33070d046dc1 Mon Sep 17 00:00:00 2001 From: marlon Date: Wed, 30 Oct 2024 12:53:15 -0400 Subject: [PATCH] set external_url in gitlab config --- gitlab.rb.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab.rb.tmpl b/gitlab.rb.tmpl index 6282e5a..0c70c7d 100644 --- a/gitlab.rb.tmpl +++ b/gitlab.rb.tmpl @@ -29,7 +29,7 @@ ##! On AWS EC2 instances, we also attempt to fetch the public hostname/IP ##! address from AWS. For more details, see: ##! https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html -# external_url 'GENERATED_EXTERNAL_URL' +external_url 'https://{{ env "DOMAIN" }}' ## Roles for multi-instance GitLab ##! The default is to have no roles enabled, which results in GitLab running as an all-in-one instance.