Welcome to this project on Deploying App with Docker, Travis CI & AWS Elastic Beanstalk. In this project, we will understand about Docker, Travis, and some services of AWS.
We will first make a simple static website, then dockerize the app. Then we will push it to GitHub and enable Travis to track changes in that repository. Further, we will understand the app deployment on the AWS Elastic Beanstalk using S3 and IAM. We will also host the app on a public domain bought from Google Domains, and configure it with the help of Amazon Route 53.
Github link: [https://github …
Welcome to this project on Deploying Multi-Container Docker App on AWS. In this app, we will learn how to build a Deploy Multi-Container Application using Flask, Redis, and PostgreSQL.
We will use NGINX-uWSGI along with Flask as the web service, and connect it with the PostgreSQL and Redis container services. Then, we will understand how to automate the process of deploying the web app to Docker Hub, using GitHub and Travis CI. Finally, we will understand how to automate deployments on AWS Elastic Beanstalk using GitHub and Travis.
Github link: https://github.com/cloudxlab/user-wishlist-app