1
0
Files
btcpayserver-docker/docker-compose-generator/docker-fragments/opt-add-thunderhub.yml
Anthony Potdevin d697725dd3 chore: update and arm64 (#310)
* chore: update and arm64

* chore: change name case
2020-05-20 03:58:18 +09:00

16 lines
435 B
YAML

version: "3"
services:
btcpayserver:
environment:
BTCPAY_EXTERNALSERVICES: "ThunderHub:thub;"
bitcoin_thub:
image: apotdevin/thunderhub:v0.6.0
restart: unless-stopped
environment:
BASE_PATH: "/thub"
HODL_KEY: "XQ86AOqw7Of8qMDql901mcZkuHL2nRel5FA9H2Ie4rTLeBKn0VlO5GuXvdVRogWrDOuH5V0E51Qxy9Bo"
expose:
- "3000"
required:
- "bitcoin-lnd"