feat: add clnrest config (#18)
This commit is contained in:
parent
6346b0f628
commit
519338f69b
1 changed files with 4 additions and 0 deletions
|
|
@ -74,10 +74,14 @@ services:
|
||||||
- --bind-addr=0.0.0.0:9735
|
- --bind-addr=0.0.0.0:9735
|
||||||
- --bitcoin-rpcconnect=bitcoind
|
- --bitcoin-rpcconnect=bitcoind
|
||||||
- --bitcoin-rpcport=18443
|
- --bitcoin-rpcport=18443
|
||||||
|
- --clnrest-host=0.0.0.0
|
||||||
|
- --clnrest-port=3010
|
||||||
|
- --clnrest-protocol=HTTP
|
||||||
expose:
|
expose:
|
||||||
- 9735
|
- 9735
|
||||||
ports:
|
ports:
|
||||||
- 9736:9736
|
- 9736:9736
|
||||||
|
- 3010:3010
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/clightning-1:/root/.lightning/
|
- ./data/clightning-1:/root/.lightning/
|
||||||
- bitcoin-data:/root/.bitcoin
|
- bitcoin-data:/root/.bitcoin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue