Teardown can be performed by running the teardown npm script from the repository root:
npm run teardownThe teardown npm script runs teardown.sh. This script:
- stops and removes ALL Docker containers (using stop-and-remove-containers.sh)
- removes the custom network ls used by cap-xml associated Docker containers (using remove-networks.sh)
- removes the following cap-xml associated volumes (using remove-volumes.sh):
- pgadmin
- pgdata
- pgbootstrap
- vscode
- liquibase
- development container volume
The custom network and/or volumes can be retained by running the individual removal scripts mentioned above.