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:
Lakshya Singh
2023-11-15 08:48:29 +05:30
parent 3de4e116c9
commit a851c5c0d4
9 changed files with 22 additions and 20 deletions

View File

@@ -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