Moved docker-compose to docker directory

pull/276/head
Andreas M. Antonopoulos 4 years ago
parent b090055f9b
commit fdd63a661c

@ -6,7 +6,7 @@ services:
bitcoind:
container_name: bitcoind
build:
context: ../bitcoind
context: bitcoind
image: lnbook/bitcoind:latest
networks:
- lnnet
@ -18,7 +18,7 @@ services:
Alice:
container_name: Alice
build:
context: ../lnd
context: lnd
image: lnbook/lnd:latest
networks:
- lnnet
@ -28,7 +28,7 @@ services:
Bob:
container_name: Bob
build:
context: ../c-lightning
context: c-lightning
image: lnbook/c-lightning:latest
networks:
- lnnet
@ -38,7 +38,7 @@ services:
Wei:
container_name: Wei
build:
context: ../eclair
context: eclair
image: lnbook/eclair:latest
networks:
- lnnet
@ -48,7 +48,7 @@ services:
Gloria:
container_name: Gloria
build:
context: ../lnd
context: lnd
image: lnbook/lnd:latest
networks:
- lnnet
Loading…
Cancel
Save