mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 18:54:22 +01:00
Isolate postgres and enable mysql & sqlite through docker
This commit is contained in:
@@ -17,6 +17,12 @@ namespace DockerGenerator
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public string SelectedDatabase
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string SelectedLN
|
||||
{
|
||||
get;
|
||||
@@ -39,6 +45,7 @@ namespace DockerGenerator
|
||||
continue;
|
||||
composition.SelectedCryptos.Add(selectedCrypto.ToLowerInvariant());
|
||||
}
|
||||
composition.SelectedDatabase = (Environment.GetEnvironmentVariable("BTCPAYGEN_DATABASE") ?? "postgtres").ToLowerInvariant();
|
||||
composition.SelectedProxy = (Environment.GetEnvironmentVariable("BTCPAYGEN_REVERSEPROXY") ?? "").ToLowerInvariant();
|
||||
composition.SelectedLN = (Environment.GetEnvironmentVariable("BTCPAYGEN_LIGHTNING") ?? "").ToLowerInvariant();
|
||||
composition.AdditionalFragments = (Environment.GetEnvironmentVariable("BTCPAYGEN_ADDITIONAL_FRAGMENTS") ?? "").ToLowerInvariant()
|
||||
|
||||
Reference in New Issue
Block a user