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
This commit is contained in:
@@ -551,6 +551,14 @@ namespace DockerFileBuildHelper
|
||||
dockerInfo.GitLink = "https://github.com/apotdevin/thunderhub";
|
||||
dockerInfo.GitRef = $"{image.Tag.Split('-')[0]}";
|
||||
dockerInfo.SupportedByUs = false;
|
||||
break;
|
||||
case "python-teos":
|
||||
dockerInfo.DockerFilePath = $"docker/Dockerfile";
|
||||
dockerInfo.DockerFilePathARM32v7 = $"docker/Dockerfile";
|
||||
dockerInfo.DockerFilePathARM64v8 = $"docker/Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/talaia-labs/python-teos";
|
||||
dockerInfo.GitRef = $"master";
|
||||
dockerInfo.SupportedByUs = false;
|
||||
break;
|
||||
default:
|
||||
if (firstTry)
|
||||
|
||||
Reference in New Issue
Block a user