1
0

Update LibrePatron (two items)

1. This PR passes `BTCPAY_HOST` to LibrePatron's container. In future versions, this will allow me to automatically generate the BTCPay pairing URL for LibrePatron users. (This was a feature originally suggested by @NicolasDorier.)

2. This updates LibrePatron to v0.6.78. This new version updates the subscription scheduler backend with database persistence.
This commit is contained in:
Jeff Vandrew Jr
2019-01-29 17:47:43 -05:00
committed by GitHub
parent dc08c11af5
commit 5e30eac9e1

View File

@@ -3,13 +3,14 @@ services:
librepatron:
container_name: librepatron
restart: unless-stopped
image: jvandrew/librepatron:0.6.76
image: jvandrew/librepatron:0.6.78
expose:
- "8006"
volumes:
- data-volume:/var/lib/db
- config-volume:/var/lib/config
environment:
BTCPAY_HOST: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}
COMMENTS_SUBURI: "1"
SITEURL: ${BTCPAY_PROTOCOL:-https}://${LIBREPATRON_HOST}
SECRET_KEY_LOCATION: /var/lib/db/key