Continued working on rtl
This commit is contained in:
@@ -46,6 +46,6 @@ COPY ./entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
EXPOSE 9735 9835
|
||||
EXPOSE 9735 9835 3001
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
@@ -4,7 +4,7 @@ Description=Core Lightning Server
|
||||
[Container]
|
||||
Image={{ registry_url }}/clightning:{{ clightning_version }}
|
||||
PodmanArgs=--pod bitcoin-pod
|
||||
Exec=--bitcoin-rpcuser={{bitcoin_rpcuser}} --bitcoin-rpcpassword={{bitcoin_rpcpassword}} --clnrest-port=3010 --clnrest-host=0.0.0.0
|
||||
Exec=--bitcoin-rpcuser={{bitcoin_rpcuser}} --bitcoin-rpcpassword={{bitcoin_rpcpassword}} --clnrest-port=3001 --clnrest-host=0.0.0.0 --clnrest-certs=/root/.lightning
|
||||
|
||||
# Use volume
|
||||
Volume=/home/{{ansible_user}}/vol/bitcoin/.bitcoin:/data/.bitcoin:ro,Z
|
||||
|
||||
Reference in New Issue
Block a user