mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Version Update for BTC-QBO
Version 0.3.18 of BTC-QBO contains backend efficiency improvements.
This commit is contained in:
parent
dc08c11af5
commit
0082f166f4
@ -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…
Reference in New Issue
Block a user