Merge pull request #968 from stackernews/sndev-keep-standard-ports
Keep standard ports inside container
This commit is contained in:
commit
5efbe2e0a6
@ -265,9 +265,9 @@ services:
|
|||||||
- '--externalip=sn_lnd'
|
- '--externalip=sn_lnd'
|
||||||
- '--tlsextradomain=sn_lnd'
|
- '--tlsextradomain=sn_lnd'
|
||||||
- '--tlsextradomain=host.docker.internal'
|
- '--tlsextradomain=host.docker.internal'
|
||||||
- '--listen=0.0.0.0:${LND_P2P_PORT}'
|
- '--listen=0.0.0.0:9735'
|
||||||
- '--rpclisten=0.0.0.0:${LND_GRPC_PORT}'
|
- '--rpclisten=0.0.0.0:10009'
|
||||||
- '--restlisten=0.0.0.0:${LND_REST_PORT}'
|
- '--restlisten=0.0.0.0:8080'
|
||||||
- '--bitcoin.active'
|
- '--bitcoin.active'
|
||||||
- '--bitcoin.regtest'
|
- '--bitcoin.regtest'
|
||||||
- '--bitcoin.node=bitcoind'
|
- '--bitcoin.node=bitcoind'
|
||||||
@ -282,10 +282,10 @@ services:
|
|||||||
- '--bitcoin.defaultchanconfs=1'
|
- '--bitcoin.defaultchanconfs=1'
|
||||||
- '--maxpendingchannels=10'
|
- '--maxpendingchannels=10'
|
||||||
expose:
|
expose:
|
||||||
- "${LND_P2P_PORT}"
|
- "9735"
|
||||||
ports:
|
ports:
|
||||||
- "${LND_REST_PORT}:${LND_REST_PORT}"
|
- "${LND_REST_PORT}:8080"
|
||||||
- "${LND_GRPC_PORT}:${LND_GRPC_PORT}"
|
- "${LND_GRPC_PORT}:10009"
|
||||||
volumes:
|
volumes:
|
||||||
- sn_lnd:/home/lnd/.lnd
|
- sn_lnd:/home/lnd/.lnd
|
||||||
labels:
|
labels:
|
||||||
@ -329,9 +329,9 @@ services:
|
|||||||
- '--externalip=stacker_lnd'
|
- '--externalip=stacker_lnd'
|
||||||
- '--tlsextradomain=stacker_lnd'
|
- '--tlsextradomain=stacker_lnd'
|
||||||
- '--tlsextradomain=host.docker.internal'
|
- '--tlsextradomain=host.docker.internal'
|
||||||
- '--listen=0.0.0.0:${LND_P2P_PORT}'
|
- '--listen=0.0.0.0:9735'
|
||||||
- '--rpclisten=0.0.0.0:${LND_GRPC_PORT}'
|
- '--rpclisten=0.0.0.0:10009'
|
||||||
- '--restlisten=0.0.0.0:${LND_REST_PORT}'
|
- '--restlisten=0.0.0.0:8080'
|
||||||
- '--bitcoin.active'
|
- '--bitcoin.active'
|
||||||
- '--bitcoin.regtest'
|
- '--bitcoin.regtest'
|
||||||
- '--bitcoin.node=bitcoind'
|
- '--bitcoin.node=bitcoind'
|
||||||
@ -346,10 +346,10 @@ services:
|
|||||||
- '--bitcoin.defaultchanconfs=1'
|
- '--bitcoin.defaultchanconfs=1'
|
||||||
- '--maxpendingchannels=10'
|
- '--maxpendingchannels=10'
|
||||||
expose:
|
expose:
|
||||||
- "${LND_P2P_PORT}"
|
- "9735"
|
||||||
ports:
|
ports:
|
||||||
- "${STACKER_LND_REST_PORT}:${LND_REST_PORT}"
|
- "${STACKER_LND_REST_PORT}:8080"
|
||||||
- "${STACKER_LND_GRPC_PORT}:${LND_GRPC_PORT}"
|
- "${STACKER_LND_GRPC_PORT}:10009"
|
||||||
volumes:
|
volumes:
|
||||||
- stacker_lnd:/home/lnd/.lnd
|
- stacker_lnd:/home/lnd/.lnd
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user