Docker and Nginx Reverse Proxy



Docker and Nginx Reverse Proxy

Docker and Nginx Reverse Proxy

#docker #nginx #reverseproxy

In this video, we’ll look at a very basic reverse proxy with nginx and docker-compose. Our nginx reverse proxy will route requests to two Python Flask APIs and a container serving up a Vue app.

Check out my flagship Udemy course – 12-hour full-stack app build with automation tests, Vue.js, .NET Core, and SQL * For a limited time, use promo code STACK20 *

Like videos about web development, DevOps, and machine learning? Please support me on Patreon!

▬▬▬▬▬▬ 🎒 Udemy Course 🎒 ▬▬▬▬▬▬
Check out my flagship Udemy course – 12-hour full-stack app build with automation tests, Vue.js, .NET Core, and SQL * For a limited time, use promo code STACK20 *

►►► bit.ly/wesd-udemy

▬▬▬▬▬▬ 👋 Get in Touch! 👋 ▬▬▬▬▬▬
Patreon ► https://bit.ly/pd-patreon
Facebook Group ► https://bit.ly/productive-dev-fb
My Twitter ► https://bit.ly/wesd-twitter
My LinkedIn ► https://bit.ly/wesd-linkedin

▬▬▬▬▬▬ 🕘 T I M E S T A M P S 🕘 ▬▬▬▬▬▬
0:00 – Intro and Background
0:59 – Project Layout
2:16 – Docker Compose File
7:10 – nginx.conf File
12:30 – Temperature Service Dockerfile
14:28 – Temperature Service Flask Application
15:50 – Precip Service Dockerfile
16:05 – Precip Service Flask Application
18:06 – Weather Report Vue App
23:15 – Vue Dockerfile
25:00 – Vue nginx.conf
27:15 – Using Docker Compose to Launch
28:30 – Bugfix
30:40 – Outro

▬▬▬▬▬▬ 📚 TOPICS OVERVIEW 📚 ▬▬▬▬▬▬

☁️ Setting up NGINX in Docker as a reverse proxy ☁️
► How to create, configure, and launch a reverse proxy with nginx + Docker
► How to route requests to different backend services
► Using docker compose
► Setting up nginx.conf for reverse proxy

▬▬▬▬▬▬ 🔗 LINKS ▬▬▬▬▬▬
► GitHub repo for this project: https://github.com/productive-dev/minimal-reverse-proxy-demo

Comments are closed.