#!/bin/bash set -e echo "Stop the application..." docker stop flask_app postgres_db echo "Application stopped."