1
0

Refactor docker-compose-generator so that generation can be dynamic

This commit is contained in:
nicolas.dorier
2018-05-17 00:13:22 +09:00
parent bbb0d650b1
commit 045debafec
8 changed files with 177 additions and 84 deletions

View File

@@ -0,0 +1,14 @@
{
"profiles": {
"docker-compose-generator": {
"commandName": "Project",
"commandLineArgs": "pregen",
"environmentVariables": {
"BTCPAYGEN_LIGHTNING": "clightning",
"BTCPAYGEN_CRYPTO2": "ltc",
"BTCPAYGEN_CRYPTO1": "btc",
"BTCPAYGEN_REVERSEPROXY": "nginx"
}
}
}
}