mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
fix qbo
This commit is contained in:
parent
843e87a4f2
commit
1dfece6410
@ -3,5 +3,17 @@ version: "3"
|
||||
services:
|
||||
btcqbo:
|
||||
image: jvandrew/btcqbo:0.1.0
|
||||
environment:
|
||||
REDIS_URL: "redis://redis:6379/0"
|
||||
expose:
|
||||
- "8001"
|
||||
- "8001"
|
||||
rq-worker:
|
||||
image: jvandrew/btcqbo:0.1.0
|
||||
entrypoint: /usr/local/bin/rq
|
||||
command: worker -u redis://redis:6379/0 btcqbo
|
||||
environment:
|
||||
REDIS_URL: "redis://redis:6379/0"
|
||||
expose:
|
||||
- "8001"
|
||||
redis:
|
||||
image: redis:5.0.2-alpine
|
Loading…
Reference in New Issue
Block a user