mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Pass btcpay host to btcqbo
This commit is contained in:
parent
7c602e6cca
commit
fac673241a
@ -5,12 +5,14 @@ services:
|
||||
image: jvandrew/btcqbo:0.1.0
|
||||
environment:
|
||||
REDIS_URL: "redis://redis:6379/0"
|
||||
BTCPAY_HOST: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}
|
||||
CALLBACK_URL: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/btcqbo/qbologged
|
||||
expose:
|
||||
- "8001"
|
||||
links:
|
||||
- redis
|
||||
rq-worker:
|
||||
image: jvandrew/btcqbo:0.1.0
|
||||
image: jvandrew/btcqbo:0.1.1
|
||||
entrypoint: /usr/local/bin/rq
|
||||
command: worker -u redis://redis:6379/0 btcqbo
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user