btcpayserver-docker/docker-compose-generator/docker-fragments/opt-add-helipad.yml
Andrew Camilleri 7c0e92dabf
bump helipad
2022-06-08 13:34:40 +02:00

31 lines
636 B
YAML

version: '3'
services:
helipad:
container_name: helipad
image: podcastindexorg/podcasting20-helipad:v0.1.10
restart: unless-stopped
user: "root"
expose:
- 2112
volumes:
- helipad_datadir:/data
- lnd_bitcoin_datadir:/lnd:ro
environment:
LND_URL: "lnd_bitcoin:10009"
LND_ADMINMACAROON: "/lnd/admin.macaroon"
LND_TLSCERT: "/lnd/tls.cert"
links:
- lnd_bitcoin
btcpayserver:
environment:
BTCPAY_EXTERNALSERVICES: "Podcast Index Helipad:${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/helipad;"
volumes:
helipad_datadir:
required:
- "bitcoin-lnd"