Isolate postgres and enable mysql & sqlite through docker

This commit is contained in:
Andrew Camilleri
2018-12-04 14:54:04 +01:00
parent 227faeaa94
commit e17de97c93
5 changed files with 34 additions and 3 deletions

View File

@@ -51,7 +51,9 @@ namespace DockerGenerator
}
fragments.Add("btcpayserver");
fragments.Add("nbxplorer");
fragments.Add("postgres");
if(composition.SelectedDatabase != "sqlite"){
fragments.Add(composition.SelectedDatabase);
}
foreach (var crypto in CryptoDefinition.GetDefinitions())
{
if (!composition.SelectedCryptos.Contains(crypto.Crypto))