diff --git a/dist/apps/sparkwallet/cookie b/dist/apps/sparkwallet/cookie new file mode 100644 index 0000000..c9558e6 --- /dev/null +++ b/dist/apps/sparkwallet/cookie @@ -0,0 +1 @@ +cyphernode:sparkwallet:FoeDdQw5yl7pPfqdlGy3OEk/txGqyJjSbVtffhzs7kc= diff --git a/dist/apps/sparkwallet/docker-compose.yaml b/dist/apps/sparkwallet/docker-compose.yaml index 35e8979..abfa627 100644 --- a/dist/apps/sparkwallet/docker-compose.yaml +++ b/dist/apps/sparkwallet/docker-compose.yaml @@ -6,7 +6,7 @@ services: image: cyphernode/sparkwallet:v0.2.3-local volumes: - "$LIGHTNING_DATAPATH/:/etc/lightning" - - "$LIGHTNING_DATAPATH/sparkwallet:/data" + - "$APP_SCRIPT_PATH/cookie:/data/spark/cookie" - "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd" labels: - "traefik.docker.network=cyphernodeappsnet" diff --git a/install/generator-cyphernode/generators/app/prompters/100_lightning.js b/install/generator-cyphernode/generators/app/prompters/100_lightning.js index 222c472..fb7becb 100644 --- a/install/generator-cyphernode/generators/app/prompters/100_lightning.js +++ b/install/generator-cyphernode/generators/app/prompters/100_lightning.js @@ -17,7 +17,7 @@ const featureCondition = function(props) { const templates = { 'lnd': [ path.join('lnd','lnd.conf') ], - 'c-lightning': [ path.join('c-lightning','config'), path.join('c-lightning','bitcoin.conf'), path.join('c-lightning','cookie') ] + 'c-lightning': [ path.join('c-lightning','config'), path.join('c-lightning','bitcoin.conf') ] }; module.exports = {