mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-19 13:18:26 +02:00
Remove btcctl container from docker-compose in docker dir
This commit is contained in:
parent
d6551ba8aa
commit
702f253e99
1 changed files with 0 additions and 17 deletions
|
|
@ -17,23 +17,6 @@ services:
|
|||
- 18556:18556
|
||||
entrypoint: ["./start-btcd.sh"]
|
||||
|
||||
btcctl:
|
||||
image: btcd
|
||||
container_name: btcctl
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: docker/btcd/Dockerfile
|
||||
volumes:
|
||||
- shared_data:/rpc
|
||||
- ~/.btcd:/data
|
||||
environment:
|
||||
- NETWORK=testnet
|
||||
- RPCHOST=btcd
|
||||
- MINING_ADDRESS
|
||||
links:
|
||||
- "btcd:btcd"
|
||||
entrypoint: ["./start-btcctl.sh"]
|
||||
|
||||
lnd_client:
|
||||
image: lnd
|
||||
container_name: lnd_client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue