1
0
Files
btcpayserver-docker/docker-compose-generator/docker-fragments/opt-add-thunderhub.yml
Anthony Potdevin d3d8c585b7 feat: add arm32v7 image (#303)
* feat: add arm32v7 image

* chore: remove prettier changes

* chore: cleanup
2020-05-10 04:48:01 +09:00

16 lines
435 B
YAML

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