🚀 In this video, I walk you through my DevOps project that demonstrates how to build a microservices-based system using Docker, Docker Compose, and Nginx as a reverse proxy.
🛠 What’s Included:
✅ Two backend services (Go + Python Flask)
✅ Dockerized deployment for each service
✅ Nginx reverse proxy to route traffic via path prefixes
✅ Health checks and centralized access via localhost:8080
🌐 Routing Explained:
/service1 → Go application (port 8001)
/service2 → Python Flask application (port 8002)
Nginx runs as a container and forwards requests to appropriate services using Docker’s internal network.
📁 Project Structure:
service_1/
service_2/
nginx/
docker-compose.yml
README.md
📦 Tools & Technologies:
Docker & Docker Compose
Nginx
Go
Python Flask
👨💻 Ideal for:
DevOps learners
Final year students
Anyone learning microservices or Docker routing setups
👍 If you found this helpful, don’t forget to Like, Share, and Subscribe for more tech walkthroughs!
📂 GitHub Repository:
https://shorturl.at/u5Ygt
Let me know if you’d like a pinned comment version or a LinkedIn caption next!