Continued working on rtl

This commit is contained in:
b0xxer
2024-02-17 11:06:11 -06:00
parent 290fd467ed
commit b389996afb
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -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]