Building and Deploying a Netflix-Themed Multi-Container Project with Docker Compose
Goal
To containerize four simple web pages (Movies, Documentaries, Animations, Webseries) and orchestrate them using Docker Compose, all running on my AWS EC2 instance.
Project Structure
netflix-docker-compose/
├── Dockerfile
├── docker-compose.yml
...
akanksha-devops.hashnode.dev2 min read