Merge pull request #1032 from DJKnaeckebrot/feature/fix-huly-template

fix(huly-template): resolve issue with wrong domain
This commit is contained in:
Mauricio Siu 2025-01-01 18:54:33 -06:00 committed by GitHub
commit 592bf9292e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ export function generate(schema: Schema): Template {
const hulySecret = generateBase64(64);
const domains: DomainSchema[] = [
{
host: generateRandomDomain(schema),
host: mainDomain,
port: 80,
serviceName: "nginx",
},