vls-container/scripts/cleanup_regtest.sh
Lakshya Singh 19d7776bfd
scripts: cleanup regtest script
- destroy containers
- delete all regtest volumes
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
2024-01-25 09:52:37 +05:30

10 lines
237 B
Bash
Executable File

#!/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