mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
update to newest version of BTCQBO (see below)
This updates the repo to v0.1.20 of BTCQBO, which has the following improvements: 1. Better user experience. Flow through the sync/setup steps is more natural for the user. 2. Added email functionality. The QBO API does not allow issuance of receipts for invoice payments not made through Intuit's own payments module. The plugin now works around this issue by sending its own email receipts to customers when they pay an invoice.
This commit is contained in:
parent
fac158d790
commit
b93aa22c6e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user