#!/bin/bash echo "Starting application..." docker compose up -d echo "Application started. Access it at http://localhost:8080"