https://github.com/sagarkpanda/dokcerxnginx_lb
Load Balance Mulitple Servers (Docker Containers) using NGINX
https://github.com/sagarkpanda/dokcerxnginx_lb
docker docker-compose nginx-load-balancer nodejs project python-flask
Last synced: about 2 months ago
JSON representation
Load Balance Mulitple Servers (Docker Containers) using NGINX
- Host: GitHub
- URL: https://github.com/sagarkpanda/dokcerxnginx_lb
- Owner: sagarkpanda
- Created: 2023-04-18T14:32:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T16:15:40.000Z (almost 3 years ago)
- Last Synced: 2024-04-07T11:22:57.982Z (about 2 years ago)
- Topics: docker, docker-compose, nginx-load-balancer, nodejs, project, python-flask
- Language: Dockerfile
- Homepage: https://sagarkrp.medium.com/how-to-configure-nginx-to-load-balance-multiple-servers-nginx-docker-compose-c8e1d746f02b
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Load Balance Mulitple Servers (Docker Containers) using NGINX.
Read the detailed article on:
This is a monorepo conatining two applications for the same purpose.
1. Python Application (Flask) -- This uses docker compose with NGINX also as a docker conatiner.
2. JavaScript application (NodeJS and Express) -- This uses only the application as docker container, and NGINX from local installation.
