Day 21 of #90DaysOfDevOps

Day 21 of #90DaysOfDevOps

Let's do project on a 2 tier application.

  1. Create a Dockerfile

  1. Create a docker compose file

  1. Add port 5000 in inbound rules under security group of the EC2 instance

  1. Start the services.

  1. Check the images and containers running by the docker-compose

  1. check if the application is running fine on pubic-ip:5000

Git repo for reference : https://github.com/basavaraj-teli/two-tier-flask-mysql-app.git