Continued working on rtl
This commit is contained in:
@@ -47,6 +47,16 @@
|
||||
when: ((bitcoin_rpcuser is defined) and (bitcoin_rpcuser|length==0)) or ((bitcoin_rpcpassword is defined) and (bitcoin_rpcpassword|length==0)) or ((bitcoin_rpcauth is defined) and (bitcoin_rpcauth|length==0))
|
||||
tags: [apps,bitcoin]
|
||||
|
||||
# Port list:
|
||||
# 50001 - electrs
|
||||
# 4224 - ?
|
||||
# 8333 - bitcoin
|
||||
# 8332 - bitcoin
|
||||
# 9735 - clightning
|
||||
# 3001 - clightning
|
||||
# 3000 - rtl
|
||||
# 5000 - lnbits
|
||||
|
||||
- name: bitcoin - Create bitcoin-pod
|
||||
containers.podman.podman_pod:
|
||||
name: bitcoin-pod
|
||||
@@ -59,6 +69,7 @@
|
||||
- "9735:9735"
|
||||
- "3010:3010"
|
||||
- "3000:3000"
|
||||
- "3001:3001"
|
||||
- "5000:5000"
|
||||
tags: [apps,bitcoin]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user