diff --git a/blueprints/plane/template.toml b/blueprints/plane/template.toml index bbe23622..24a9de67 100644 --- a/blueprints/plane/template.toml +++ b/blueprints/plane/template.toml @@ -8,11 +8,6 @@ secret_key = "${base64:48}" live_secret_key = "${base64:48}" [config] -[[config.domains]] -serviceName = "proxy" -port = 80 -host = "${main_domain}" - env = [ "APP_RELEASE=${app_release}", "APP_DOMAIN=${main_domain}", @@ -60,3 +55,8 @@ env = [ ] mounts = [] + +[[config.domains]] +serviceName = "proxy" +port = 80 +host = "${main_domain}"