Version Update for BTC-QBO

Version 0.3.18 of BTC-QBO contains backend efficiency improvements.
This commit is contained in:
Jeff Vandrew Jr 2019-01-29 17:35:24 -05:00 committed by GitHub
parent dc08c11af5
commit 0082f166f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
btcqbo: btcqbo:
image: jvandrew/btcqbo:0.3.13 image: jvandrew/btcqbo:0.3.18
environment: environment:
REDIS_URL: "redis://redis:6379/0" REDIS_URL: "redis://redis:6379/0"
BTCPAY_HOST: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST} BTCPAY_HOST: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}
@ -12,7 +12,7 @@ services:
links: links:
- redis - redis
rq-worker: rq-worker:
image: jvandrew/btcqbo:0.3.13 image: jvandrew/btcqbo:0.3.18
stop_signal: SIGKILL stop_signal: SIGKILL
entrypoint: /usr/local/bin/rq entrypoint: /usr/local/bin/rq
command: worker -u redis://redis:6379/0 btcqbo command: worker -u redis://redis:6379/0 btcqbo