Some fixes

This commit is contained in:
Aaron Dewes 2021-12-03 19:57:35 +00:00
parent 1ff7186229
commit a7557e19eb

View File

@ -68,10 +68,11 @@ services:
- tor
- manager
- nginx
init: true
volumes:
- ${PWD}/bitcoin:/data/.bitcoin
restart: on-failure
stop_grace_period: 15m30s
stop_grace_period: 1m
ports:
- $BITCOIN_P2P_PORT:$BITCOIN_P2P_PORT
networks:
@ -84,6 +85,7 @@ services:
depends_on:
- tor
- manager
- bitcoin
volumes:
- ${PWD}/lnd:/data/.lnd
- ${PWD}/walletpassword:/walletpassword