1
0

feat: add arm32v7 image (#303)

* feat: add arm32v7 image

* chore: remove prettier changes

* chore: cleanup
This commit is contained in:
Anthony Potdevin
2020-05-09 21:48:01 +02:00
committed by GitHub
parent e3081ca74f
commit d3d8c585b7
4 changed files with 10 additions and 7 deletions

View File

@@ -2,9 +2,9 @@ version: "3"
services:
btcpayserver:
environment:
BTCPAY_EXTERNALSERVICES: "Thunderhub:thub;"
BTCPAY_EXTERNALSERVICES: "Thunderhub:thub;"
bitcoin_thub:
image: apotdevin/thunderhub:v0.5.1
image: apotdevin/thunderhub:v0.5.5
restart: unless-stopped
environment:
BASE_PATH: "/thub"