#!/bin/bash echo "Stopping app..." docker-compose stop echo "Application stopped. You can restart it using ./start-app.sh"