Browse Source

Update opt-add-btcqbo.yml

feature/auto_ssh
Jeff Vandrew Jr 6 years ago
committed by GitHub
parent
commit
06f2279b4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docker-compose-generator/docker-fragments/opt-add-btcqbo.yml

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

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

Loading…
Cancel
Save