Full web routing tutorial in which we'll cover exposing a docker web application using AWS Route 53 (DNS Provider) to route a domain to a router, forward it to a server, use nginx reverse proxy with SSL to route to to the Docker application.
#docker #selfhosted #networking
00:00 Intro
00:50 Download and Install Docker
03:02 Get an open-source docker-compose.yml file.
04:22 Configure docker-compose.yml
06:54 Install Nginx web server
08:34 Configure Firewall
08:49 Configure Nginx routing block
11:48 Forward Ports from Router to Server
14:03 Route Domain to your IP address with DNS Provider
15:43 Install Let's Encrypt Certbot for nginx
16:57 Pull and Up the Docker application
18:08 Conclusions