11 Commits

Author SHA1 Message Date
Lakshya Singh
102ebdcb66
compose: cln log file set param
- stdout and lightning.log file for persistence
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-01-22 08:41:10 +05:30
Lakshya Singh
f9de5cfa30
txoo: entrypoint update use BITCOIN_RPC_URL
- common env var
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-14 23:21:00 +05:30
Lakshya Singh
5711d17caf
compose: rename txoo container to txood-chain
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-12-11 22:27:16 +05:30
Devrandom
ddb2b4ef30 regtest volumes and expose vls port 2023-12-11 16:23:32 +01:00
Lakshya Singh
f4c13e1a15
dockerfile: reduce interval and env config
- bitcoind and cln reduce healthcheck time interval
- cln healthcheck no need to use switch case instead use VLS_NETWORK
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-11-25 12:01:33 +05:30
Lakshya Singh
2880ba87eb
vls: service added in compose stack
- update readme
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-11-05 16:55:58 +05:30
Lakshya Singh
b02b64ece1
txoo: compose env var set network not chain
- no need of using switch in entrypoint
- directly set the network instead of chain
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-11-05 16:24:11 +05:30
Lakshya Singh
9cb9062ce8
lightning: remote_hsmd_socket & remove env files
- build vls and copy binary in final layer
- update configs
- add vls port, network, rust log and rpc url in env
- compose: set env variable in compose only
- dont separate env files, ease of access on env vars with compose
- common across networks set in dockerfile
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-11-05 16:24:05 +05:30
Lakshya Singh
b070cbdc96
compose: remove name key for v1 compatibility
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-10-19 22:57:17 +05:30
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
Lakshya Singh
5b0cb901cb
feat: allow docker compose overrides
- use file override to handle multiple networks
- expose and map only required ports
- name containers differently
- add environment for chain variable
- dont expose ports in image
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2023-09-29 23:27:39 +05:30