You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnbook/code/docker/lnbook-app/docker-compose.yml

19 lines
430 B
YAML

version: "3.3"
services:
bitcoind-regtest:
container_name: bitcoind
build:
context: ../bitcoind-regtest/.
dockerfile: ./Dockerfile
image: lnbook/bitcoind-regtest:latest
ports:
- "18443:18443"
- "12005:12005"
- "12006:12006"
lnd-run:
container_name: lnd
build:
context: ../lnd-run
dockerfile: ./Dockerfile
image: lnbook/lnd-run:latest