mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BT
32b8335844
|
5 years ago | |
---|---|---|
bitcoin | 5 years ago | |
build/lnd-unlock | 5 years ago | |
invoicer | 5 years ago | |
lnd | 5 years ago | |
nginx | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
docker-compose.yml | 5 years ago | |
install-box.sh | 5 years ago |
README.md
The Box Compose System
Abstract
This is a basic framework for orchestration of the box services for running a full lightning and bitcoin node.
How to use
Step 1
Ensure you have the latest docker installed, python3, and docker-compose (installed from python3 pip).
Step 2
Ensure that your account is permissioned for docker.
Step 3
Run this from your home directory. This clones this repo into your home directory, as well as preserving the existing structure.
curl "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/install-box.sh" | sh