nginx-https and tor are now default fragments

This commit is contained in:
nicolas.dorier
2019-06-10 12:02:33 +09:00
parent 5a9eafc3fe
commit 67af622811

View File

@@ -35,7 +35,7 @@ namespace DockerGenerator
switch (composition.SelectedProxy)
{
case "nginx":
fragments.Add("nginx-https");
fragments.Add("nginx");
fragments.Add("btcpayserver-nginx");
break;
@@ -50,6 +50,7 @@ namespace DockerGenerator
break;
}
fragments.Add("btcpayserver");
fragments.Add("tor");
fragments.Add("nbxplorer");
fragments.Add("postgres");
foreach (var crypto in CryptoDefinition.GetDefinitions())