
Create a minimal node api with express, configure npm and package.json, install express, set up gitignore, add src/index.js with a /test route that returns test message, and start the server.
Add a database to your API service using MongoDB and Mongoose, and configure a connection with environment variables and Docker Compose to start the database before the API.
Implement a React frontend service within Docker, configuring docker-compose, a Dockerfile, ports, and volumes to enable hot reloading and production-ready builds.
Deploy a frontend in production by building a static build, serving it with serve, and using development overrides in yaml alongside docker compose to manage dependencies.
Set up Nginx as a dockerized reverse proxy to route requests to frontend and api services via port 80. Configure with docker compose, nginx.conf, and hosts testing.
Implement a standalone mail service offering an api to send emails from other services. Describe its development and production configurations, including templates and integration with a third-party mail SaaS.
Deploy your project with Docker Compose by cloning the GitLab repo, configuring SSH keys, building images, and launching containers in production, using exact versions for reliability.
This course requires you to download Docker Desktop from Docker website. If you are a Udemy Business user, please check with your employer before downloading software.
In this course you will learn microservices and Docker basics and will build a project in Docker of real application using Docker and Docker Compose. This Docker for beginners course is fully focused on fast and deep dive into creation of real application with Docker and Docker Compose. We will start from scratch and step by step you will get close to finished real application which is suitable for local development and easy deployment. You will deeply understand how to structure your application, build configuration files for Docker and split configuration files. We will write code together in efficient way to make it pure and avoid complexity.
For each lesson you'll get source code of the lesson, so it's easy to see the progress and get a working app on any lesson you want.
What you will learn in this course:
Structure and configure configuration files and projects
Split project in microservices
Understand images/volumes/networks/containers
Implementing development and production environment
Configure own server and deploy application there (You will need to pay for a server for deployment or just follow along)
If you are feeling like you learned Docker but you still still missing knowledge of how to build your project in Docker this course is what you need. This course is fully focused on solving real problems with deployment and development the application without just learning dry Docker possibilities!