mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Use original IP and port mappings
This commit is contained in:
parent
66e8b1211b
commit
4e8975a539
1 changed files with 2 additions and 8 deletions
|
@ -157,12 +157,11 @@ services:
|
||||||
EXPOSE_TCP: "true"
|
EXPOSE_TCP: "true"
|
||||||
LIGHTNINGD_CHAIN: "btc"
|
LIGHTNINGD_CHAIN: "btc"
|
||||||
LIGHTNINGD_NETWORK: "regtest"
|
LIGHTNINGD_NETWORK: "regtest"
|
||||||
LIGHTNINGD_ANNOUNCEADDR: "127.0.0.1"
|
|
||||||
LIGHTNINGD_PORT: "30892"
|
|
||||||
LIGHTNINGD_OPT: |
|
LIGHTNINGD_OPT: |
|
||||||
developer
|
developer
|
||||||
bitcoin-datadir=/etc/bitcoin
|
bitcoin-datadir=/etc/bitcoin
|
||||||
bitcoin-rpcconnect=bitcoind
|
bitcoin-rpcconnect=bitcoind
|
||||||
|
announce-addr=customer_lightningd:9735
|
||||||
log-level=debug
|
log-level=debug
|
||||||
funding-confirms=1
|
funding-confirms=1
|
||||||
dev-fast-gossip
|
dev-fast-gossip
|
||||||
|
@ -187,12 +186,11 @@ services:
|
||||||
EXPOSE_TCP: "true"
|
EXPOSE_TCP: "true"
|
||||||
LIGHTNINGD_CHAIN: "btc"
|
LIGHTNINGD_CHAIN: "btc"
|
||||||
LIGHTNINGD_NETWORK: "regtest"
|
LIGHTNINGD_NETWORK: "regtest"
|
||||||
LIGHTNINGD_ANNOUNCEADDR: "127.0.0.1"
|
|
||||||
LIGHTNINGD_PORT: "30893"
|
|
||||||
LIGHTNINGD_OPT: |
|
LIGHTNINGD_OPT: |
|
||||||
developer
|
developer
|
||||||
bitcoin-datadir=/etc/bitcoin
|
bitcoin-datadir=/etc/bitcoin
|
||||||
bitcoin-rpcconnect=bitcoind
|
bitcoin-rpcconnect=bitcoind
|
||||||
|
announce-addr=merchant_lightningd:9735
|
||||||
funding-confirms=1
|
funding-confirms=1
|
||||||
log-level=debug
|
log-level=debug
|
||||||
dev-fast-gossip
|
dev-fast-gossip
|
||||||
|
@ -223,8 +221,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
LND_CHAIN: "btc"
|
LND_CHAIN: "btc"
|
||||||
LND_EXTERNALIP: "127.0.0.1"
|
|
||||||
LND_PORT: "30894"
|
|
||||||
LND_ENVIRONMENT: "regtest"
|
LND_ENVIRONMENT: "regtest"
|
||||||
LND_EXPLORERURL: "http://nbxplorer:32838/"
|
LND_EXPLORERURL: "http://nbxplorer:32838/"
|
||||||
LND_REST_LISTEN_HOST: http://merchant_lnd:8080
|
LND_REST_LISTEN_HOST: http://merchant_lnd:8080
|
||||||
|
@ -263,8 +259,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
LND_CHAIN: "btc"
|
LND_CHAIN: "btc"
|
||||||
LND_EXTERNALIP: "127.0.0.1"
|
|
||||||
LND_PORT: "30895"
|
|
||||||
LND_ENVIRONMENT: "regtest"
|
LND_ENVIRONMENT: "regtest"
|
||||||
LND_EXPLORERURL: "http://nbxplorer:32838/"
|
LND_EXPLORERURL: "http://nbxplorer:32838/"
|
||||||
LND_REST_LISTEN_HOST: http://customer_lnd:8080
|
LND_REST_LISTEN_HOST: http://customer_lnd:8080
|
||||||
|
|
Loading…
Add table
Reference in a new issue