# stop-app.sh #!/bin/bash set -e # Exit on any error echo "Stopping app..." # Stop the containers docker-compose stop echo "App stopped."