scripts: cleanup regtest script

- destroy containers
- delete all regtest volumes
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh 2024-01-25 09:52:37 +05:30
parent 4f05b35881
commit 19d7776bfd
No known key found for this signature in database
GPG Key ID: D3239BA6109A2CE7

9
scripts/cleanup_regtest.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
set -ex
docker compose --profile vls down
docker volume rm vls-container_bitcoin_regtest
docker volume rm vls-container_lightning_regtest
docker volume rm vls-container_vls_regtest
docker volume rm vls-container_txoo_regtest