feat: add clnrest config (#18)

This commit is contained in:
dni ⚡ 2025-07-07 08:48:31 +02:00 committed by GitHub
commit 519338f69b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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