From 4002cd561f85469e8a4b479efa60da880468b19d Mon Sep 17 00:00:00 2001 From: Kukks Date: Thu, 27 Dec 2018 12:38:22 +0100 Subject: [PATCH] fixes --- Production/nginx.tmpl | 2 +- .../docker-fragments/groestlcoin-clightning.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index c1b5066..09ac8f0 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -333,7 +333,7 @@ server { } {{ end }} {{ if (eq $serviceName "clightning_groestlcoin_charge") }} - location /lightning-charge/btc/ { + location /lightning-charge/grs/ { proxy_pass http://clightning_groestlcoin_charge:9112/; } diff --git a/docker-compose-generator/docker-fragments/groestlcoin-clightning.yml b/docker-compose-generator/docker-fragments/groestlcoin-clightning.yml index c38c1ed..92735b1 100644 --- a/docker-compose-generator/docker-fragments/groestlcoin-clightning.yml +++ b/docker-compose-generator/docker-fragments/groestlcoin-clightning.yml @@ -46,7 +46,7 @@ services: environment: BTCPAY_GRSLIGHTNING: "type=clightning;server=unix://etc/clightning_groestlcoin/lightning-rpc" BTCPAY_GRSEXTERNALSPARK: "server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}${BTCPAY_ROOTPATH:-/}spark/grs;cookiefile=/etc/clightning_groestlcoin_spark/.cookie" - BTCPAY_BTCEXTERNALCHARGE: "server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}${BTCPAY_ROOTPATH:-/}lightning-charge/grs/;cookiefilepath=/etc/clightning_groestlcoin_charge/.cookie" + BTCPAY_GRSEXTERNALCHARGE: "server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}${BTCPAY_ROOTPATH:-/}lightning-charge/grs/;cookiefilepath=/etc/clightning_groestlcoin_charge/.cookie" volumes: - "clightning_groestlcoin_datadir:/etc/clightning_groestlcoin" - "clightning_groestlcoin_spark:/etc/clightning_groestlcoin_spark" @@ -54,7 +54,7 @@ services: links: - clightning_groestlcoin clightning_groestlcoin_spark: - image: groestlcoin/spark-wallet:v0.2.1-2 + image: groestlcoin/spark-wallet:v0.2.2 stop_signal: SIGKILL restart: unless-stopped environment: