Added Bitcoin protocol ports exposed

This commit is contained in:
kexkey
2019-08-30 16:15:51 -04:00
committed by kexkey
parent 0cc325e60b
commit a1195580aa

View File

@@ -165,6 +165,7 @@ services:
<% if( bitcoin_expose ) { %>
ports:
- "<%= (net === 'regtest')?'18443:18443':((net === 'testnet')?'18332:18332':'8332:8332') %>"
- "<%= (net === 'regtest')?'18444:18444':((net === 'testnet')?'18333:18333':'8333:8333') %>"
<% } %>
# deploy:
# placement: