#!/bin/bash # remove-app.sh docker-compose down docker volume rm mysql-data docker network rm myapp-net echo "All application resources removed."