vls-container/docker-compose.regtest.yml
Lakshya Singh aaa6fdb0fd
feat: add txoo in docker compose
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-10-19 18:26:54 +05:30

32 lines
662 B
YAML

version: "3.8"
name: regtest
services:
bitcoin-core:
container_name: bitcoind-regtest
expose:
- 38332
ports:
- 38333:38333
environment:
- BITCOIN_CHAIN=regtest
core-lightning:
container_name: lightningd-regtest
command:
- --conf=/home/lightning/.lightning/regtest-config
- --bitcoin-rpcconnect=bitcoind
expose:
- 19846
ports:
- 19846:19846
env_file:
- ./assets/regtest-env
environment:
- BITCOIN_CHAIN=regtest
txoo:
container_name: txoo-regtest
command:
- -r http://rpcuser:VLSsigner1@bitcoind:38332
environment:
- BITCOIN_CHAIN=regtest