Browse Source

Version Update for BTC-QBO

Version 0.3.18 of BTC-QBO contains backend efficiency improvements.
feature/auto_ssh
Jeff Vandrew Jr 6 years ago
committed by GitHub
parent
commit
0082f166f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker-compose-generator/docker-fragments/opt-add-btcqbo.yml

4
docker-compose-generator/docker-fragments/opt-add-btcqbo.yml

@ -2,7 +2,7 @@ version: "3"
services:
btcqbo:
image: jvandrew/btcqbo:0.3.13
image: jvandrew/btcqbo:0.3.18
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.3.13
image: jvandrew/btcqbo:0.3.18
stop_signal: SIGKILL
entrypoint: /usr/local/bin/rq
command: worker -u redis://redis:6379/0 btcqbo

Loading…
Cancel
Save