2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-15 00:15:05 +00:00

Moved docker-compose to docker directory

This commit is contained in:
Andreas M. Antonopoulos 2020-06-19 10:18:37 -04:00
parent b090055f9b
commit fdd63a661c

View File

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