Docker and Docker Compose - Project Deployment From Scratch
Planning
Why do you need docker?
(06:37)
Planning our application
(08:40)
Installing tools
(03:33)
Configuration
Creating Dockerfile
(10:35)
Creating API application
(06:58)
Preparing API docker image
(08:48)
Starting API server
(06:28)
Docker Hub
(07:01)
Environment variables
(09:29)
Adding database
(17:35)
Making database requests
(11:48)
Volumes
(19:15)
Auth service
(12:30)
Frontend service
(11:43)
Running frontend in production
(11:51)
Docker exec
(04:56)
Setting up nginx
(16:17)
Proxying API requests
(14:53)
Docker network
(11:58)
Frontend proxy
(15:12)
Last tuning
(14:30)
Do it yourself. Mailer service
(02:42)
Deployment
Pushing to git
(06:05)
Setting up production server
(08:14)
Deploying project
(10:13)
Cleaning Docker
(03:38)
Homework
(01:45)
Planning our application