dockerfile: all services standalone
- bitcoind - lightnind - txood - vlsd: already - update future work Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
@@ -2,8 +2,7 @@ version: "3.8"
|
||||
services:
|
||||
bitcoin-core:
|
||||
build:
|
||||
dockerfile: ./bitcoind/Dockerfile
|
||||
context: .
|
||||
context: ./bitcoind
|
||||
image: bitcoind
|
||||
container_name: bitcoind-test
|
||||
volumes:
|
||||
@@ -19,8 +18,7 @@ services:
|
||||
|
||||
core-lightning:
|
||||
build:
|
||||
dockerfile: ./lightningd/Dockerfile
|
||||
context: .
|
||||
context: ./lightningd
|
||||
image: lightningd
|
||||
container_name: lightningd-test
|
||||
command:
|
||||
@@ -46,8 +44,7 @@ services:
|
||||
|
||||
txoo:
|
||||
build:
|
||||
dockerfile: ./txood/Dockerfile
|
||||
context: .
|
||||
context: ./txood
|
||||
image: txood
|
||||
container_name: txood-test
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user