Lounès Ksouri
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
apps/ride-the-lightning/docker-compose.yml
|
|
@ -40,7 +40,7 @@ services: |
|
|
|
ipv4_address: $APP_RIDE_THE_LIGHTNING_IP |
|
|
|
|
|
|
|
loop: |
|
|
|
image: louneskmt/loop:v0.11.2-beta@sha256:97b481a52e3b3f336a21d3be0eb1414dcd72e230de2e22a57287d15aab0a7af0 |
|
|
|
image: louneskmt/loop:v0.11.4-beta@sha256:5e9d882921ca74abdbf613428406e32ffb48a635235cd2c9710fe2a28a225271 |
|
|
|
user: "1000:1000" |
|
|
|
logging: *default-logging |
|
|
|
restart: on-failure |
|
|
@ -53,7 +53,7 @@ services: |
|
|
|
command: |
|
|
|
- --network=$BITCOIN_NETWORK |
|
|
|
- --lnd.host="$LND_IP:$LND_GRPC_PORT" |
|
|
|
- --lnd.macaroondir="/lnd/data/chain/bitcoin/$BITCOIN_NETWORK" |
|
|
|
- --lnd.macaroonpath="/lnd/data/chain/bitcoin/$BITCOIN_NETWORK/admin.macaroon" |
|
|
|
- --lnd.tlspath="/lnd/tls.cert" |
|
|
|
- --restlisten=0.0.0.0:8081 |
|
|
|
networks: |
|
|
|