Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 605 Bytes

File metadata and controls

28 lines (19 loc) · 605 Bytes

⚡ QUICK START

To quickly start the project, follow these steps:

📥 Clone the repository:

git clone git@github.com:Hackitect7/devops-docker-project.git
cd devops-docker-project

🐳 Start all services with Docker Compose:

sudo docker compose up --build

🧪 Test the applications:

🛑 To stop and To remove containers use:

sudo docker compose down