Scalable-Apps
This is a demo of a massively scalable e-commerce website built using Docker Compose. It includes services such as a web server, database, caching layer, and load balancer, all orchestrated with Docker Compose for easy deployment and scaling.
Before you begin, ensure you have met the following requirements:
- Docker: Installation Guide
- Docker Compose: Installation Guide
To get a local copy up and running follow these simple steps:
- Clone the repository
git clone https://github.com/your-username/your-project.git- Navigate into the project directory
cd your-project- Run Docker Compose
docker-compose up --scale web=3