nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
2 additions and
0 deletions
-
docker-compose.yml
|
|
@ -26,6 +26,7 @@ services: |
|
|
|
- ${HOME}/bitcoin:/data/bitcoin |
|
|
|
restart: on-failure |
|
|
|
network_mode: host |
|
|
|
stop_grace_period: 2m30s |
|
|
|
lnd: |
|
|
|
image: lncm/lnd:v0.9.2-root-experimental |
|
|
|
logging: *default-logging |
|
|
@ -37,6 +38,7 @@ services: |
|
|
|
restart: on-failure |
|
|
|
depends_on: [ bitcoin, web ] |
|
|
|
network_mode: host |
|
|
|
stop_grace_period: 1m30s |
|
|
|
invoicer: |
|
|
|
image: "lncm/invoicer:v0.6.6" |
|
|
|
depends_on: [ bitcoin, lnd ] |
|
|
|