#!/bin/bash echo "Stopping the application" docker stop flask_app postgres_db echo "Application stopped."