Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 694 Bytes

File metadata and controls

16 lines (11 loc) · 694 Bytes

🎉 Template Python FastAPI Load Balancer

A load balancer distributes traffic across multiple servers, improving availability and scalability. It directs requests to healthy servers and can perform SSL termination, reducing server load. Examples include Nginx, HAProxy, and AWS ELB.

version rating uptime

🏆 Run

docker-compose up -d --scale app=3