fix lnd paths
This commit is contained in:
parent
7a8646c516
commit
c708c5bf6f
|
@ -552,8 +552,8 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: true
|
restart: true
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/lnd/stacker:/app/.lnd
|
|
||||||
- nwc_send:/app
|
- nwc_send:/app
|
||||||
|
- stacker_lnd:/app/.lnd
|
||||||
environment:
|
environment:
|
||||||
- RUST_LOG=info
|
- RUST_LOG=info
|
||||||
entrypoint:
|
entrypoint:
|
||||||
|
@ -561,7 +561,7 @@ services:
|
||||||
- '--relay'
|
- '--relay'
|
||||||
- 'wss://relay.primal.net'
|
- 'wss://relay.primal.net'
|
||||||
- '--macaroon-file'
|
- '--macaroon-file'
|
||||||
- '/app/.lnd/regtest/admin.macaroon'
|
- '/app/.lnd/data/chain/bitcoin/regtest/admin.macaroon'
|
||||||
- '--cert-file'
|
- '--cert-file'
|
||||||
- '/app/.lnd/tls.cert'
|
- '/app/.lnd/tls.cert'
|
||||||
- '--lnd-host'
|
- '--lnd-host'
|
||||||
|
@ -586,8 +586,8 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: true
|
restart: true
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/lnd/stacker:/app/.lnd
|
|
||||||
- nwc_recv:/app
|
- nwc_recv:/app
|
||||||
|
- stacker_lnd:/app/.lnd
|
||||||
environment:
|
environment:
|
||||||
- RUST_LOG=info
|
- RUST_LOG=info
|
||||||
entrypoint:
|
entrypoint:
|
||||||
|
@ -595,7 +595,7 @@ services:
|
||||||
- '--relay'
|
- '--relay'
|
||||||
- 'wss://relay.primal.net'
|
- 'wss://relay.primal.net'
|
||||||
- '--invoice-macaroon-file'
|
- '--invoice-macaroon-file'
|
||||||
- '/app/.lnd/regtest/invoice.macaroon'
|
- '/app/.lnd/data/chain/bitcoin/regtest/invoice.macaroon'
|
||||||
- '--cert-file'
|
- '--cert-file'
|
||||||
- '/app/.lnd/tls.cert'
|
- '/app/.lnd/tls.cert'
|
||||||
- '--lnd-host'
|
- '--lnd-host'
|
||||||
|
@ -631,9 +631,9 @@ services:
|
||||||
- LND_GRPC_ENDPOINT=stacker_lnd
|
- LND_GRPC_ENDPOINT=stacker_lnd
|
||||||
- LND_GRPC_PORT=10009
|
- LND_GRPC_PORT=10009
|
||||||
- LND_GRPC_CERT=/app/.lnd/tls.cert
|
- LND_GRPC_CERT=/app/.lnd/tls.cert
|
||||||
- LND_GRPC_MACAROON=/app/.lnd/regtest/admin.macaroon
|
- LND_GRPC_MACAROON=/app/.lnd/data/chain/bitcoin/regtest/admin.macaroon
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/lnd/stacker:/app/.lnd
|
- stacker_lnd:/app/.lnd
|
||||||
- tordata:/app/.tor
|
- tordata:/app/.tor
|
||||||
labels:
|
labels:
|
||||||
CONNECT: "localhost:${LNBITS_WEB_PORT}"
|
CONNECT: "localhost:${LNBITS_WEB_PORT}"
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue