#!/bin/bash # start-app.sh docker-compose up -d sleep 5 echo "Application started. Access the web service at http://localhost:8080"