mirror of
https://github.com/runcitadel/core.git
synced 2024-12-28 15:42:59 +00:00
Some fixes
This commit is contained in:
parent
1ff7186229
commit
a7557e19eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user