1
0
Files
btcpayserver-docker/contrib/DockerFileBuildHelper
Andrew Camilleri 1f55d7bc0e Add Lightning Watchtower TEOS + add zmq fragment (#320)
* Add Lightning Watchtower TEOS + add zmq fragment

* add txindex requirement

* update port

* add zmqpubhashblock

* update zmq port

* expose port

* Update opt-add-zmq.yml

* update image

* update local docker builder
2020-07-02 12:43:58 +09:00
..
2019-01-28 18:36:30 +09:00
2019-01-28 18:36:30 +09:00
2019-01-28 18:36:30 +09:00

DockerFile build helper

By default, when you use docker deployment, you are fetching pre-built docker images hosted on dockerhub. While this bring the advantage that deployment is fast and reliable, this also mean that you are ultimately trusting the owner of the docker images. This repository generate a script that you can use to build all images from the sources by yourself.

How to use?

Install .NET Core SDK and run:

./run.sh

This will build a build-all.sh file. Note that the