|
@ -17,10 +17,8 @@ services: |
|
|
log-level=debug |
|
|
log-level=debug |
|
|
announce-addr=${BTCPAY_HOST}:9737 |
|
|
announce-addr=${BTCPAY_HOST}:9737 |
|
|
bind-addr=0.0.0.0:9735 |
|
|
bind-addr=0.0.0.0:9735 |
|
|
|
|
|
|
|
|
network=${NBITCOIN_NETWORK:-regtest} |
|
|
network=${NBITCOIN_NETWORK:-regtest} |
|
|
alias=${LIGHTNING_ALIAS} |
|
|
alias=${LIGHTNING_ALIAS} |
|
|
chain=grs |
|
|
|
|
|
volumes: |
|
|
volumes: |
|
|
- "clightning_groestlcoin_datadir:/root/.lightning" |
|
|
- "clightning_groestlcoin_datadir:/root/.lightning" |
|
|
- "groestlcoin_datadir:/etc/groestlcoin" |
|
|
- "groestlcoin_datadir:/etc/groestlcoin" |
|
|