Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 853 Bytes

File metadata and controls

21 lines (16 loc) · 853 Bytes

Teardown

Teardown can be performed by running the teardown npm script from the repository root:

npm run teardown

The 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.