1
0

Use volumes to share sshkey and authorized keys instead of copying and add build time variables to docker-compose

This commit is contained in:
nicolas.dorier
2019-09-20 16:39:48 +09:00
parent 21f1af6280
commit c35c606da6
8 changed files with 93 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
"commandName": "Project",
"commandLineArgs": "pregen",
"environmentVariables": {
"BTCPAY_HOST_SSHKEYFILE": "test.rsa",
"BTCPAYGEN_LIGHTNING": "clightning",
"BTCPAYGEN_CRYPTO4": "ftc",
"BTCPAYGEN_CRYPTO3": "btg",
@@ -13,4 +14,4 @@
}
}
}
}
}