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
1 deletions
-
apps/ride-the-lightning/docker-compose.yml
|
|
@ -17,6 +17,7 @@ services: |
|
|
|
- "$APP_RIDE_THE_LIGHTNING_PORT:$APP_RIDE_THE_LIGHTNING_PORT" |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/rtl:/data |
|
|
|
- ${APP_DATA_DIR}/loop:/loop |
|
|
|
- ${LND_DATA_DIR}:/lnd:ro |
|
|
|
- ${BITCOIN_DATA_DIR}:/bitcoin:ro |
|
|
|
environment: |
|
|
@ -33,7 +34,7 @@ services: |
|
|
|
|
|
|
|
# Loop |
|
|
|
SWAP_SERVER_URL: "https://loop:8081" |
|
|
|
SWAP_MACAROON_PATH: "/data/loop/$BITCOIN_NETWORK" |
|
|
|
SWAP_MACAROON_PATH: "/loop/.loop/$BITCOIN_NETWORK" |
|
|
|
networks: |
|
|
|
default: |
|
|
|
ipv4_address: $APP_RIDE_THE_LIGHTNING_IP |
|
|
|