Merge remote-tracking branch 'origin/master' into grs-clightning

This commit is contained in:
Kukks
2018-12-10 09:24:57 +01:00
5 changed files with 32 additions and 28 deletions

View File

@@ -20,6 +20,7 @@ services:
externalip=${BTCPAY_HOST}:9735
alias=${LIGHTNING_ALIAS}
adminmacaroonpath=/data/admin.macaroon
invoicemacaroonpath=/data/invoice.macaroon
noseedbackup=1
notls=1
ports:

View File

@@ -4,7 +4,7 @@ services:
btcpayserver:
restart: unless-stopped
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.25}
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.26}
expose:
- "49392"
environment:

View File

@@ -18,6 +18,7 @@ services:
externalip=${BTCPAY_HOST}:9736
alias=${LIGHTNING_ALIAS}
adminmacaroonpath=/data/admin.macaroon
invoicemacaroonpath=/data/invoice.macaroon
noseedbackup=1
notls=1
ports:

View File

@@ -2,7 +2,7 @@ version: "3"
services:
btcqbo:
image: jvandrew/btcqbo:0.1.8
image: jvandrew/btcqbo:0.1.20
environment:
REDIS_URL: "redis://redis:6379/0"
BTCPAY_HOST: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}
@@ -12,7 +12,7 @@ services:
links:
- redis
rq-worker:
image: jvandrew/btcqbo:0.1.8
image: jvandrew/btcqbo:0.1.20
entrypoint: /usr/local/bin/rq
command: worker -u redis://redis:6379/0 btcqbo
environment:
@@ -27,6 +27,8 @@ services:
- "6379"
volumes:
- "redis_datadir:/data"
btcpayserver:
environment:
BTCPAY_EXTERNALSERVICES: "Quickbooks Online Connector:btcqbo;"
volumes:
redis_datadir:
redis_datadir: