From d039aa05c478a20c4d51db586650e162c59642fb Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Thu, 13 Dec 2018 13:57:22 +0100 Subject: [PATCH] fix spark --- Production/nginx.tmpl | 2 +- .../docker-fragments/groestlcoin-clightning.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index 90d6a60..ad7859f 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -324,7 +324,7 @@ server { } {{ end }} {{ if (eq $serviceName "clightning_groestlcoin_spark") }} - location /spark/btc/ { + location /spark/grs/ { proxy_pass http://clightning_groestlcoin_spark:9739/; } {{ end }} diff --git a/docker-compose-generator/docker-fragments/groestlcoin-clightning.yml b/docker-compose-generator/docker-fragments/groestlcoin-clightning.yml index 18f431c..5a64444 100644 --- a/docker-compose-generator/docker-fragments/groestlcoin-clightning.yml +++ b/docker-compose-generator/docker-fragments/groestlcoin-clightning.yml @@ -43,7 +43,7 @@ services: restart: unless-stopped environment: NETWORK: ${NBITCOIN_NETWORK:-regtest} - SPARK_OPT: --no-tls -C /data/.cookie --port 9739 + SPARK_OPT: --no-tls --port 9739 -C /data/.cookie volumes: - "clightning_groestlcoin_datadir:/etc/lightning" - "clightning_groestlcoin_spark:/data"