Skip to content

malayh/nginx-lb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Load balancer

Simple load nginx load balancer with certbot built in.

Config

{
    "email": "john@exampl.com",
    "resolver": "127.0.0.11",
    "routes": [
        {
            "host": "website.com",
            "upstream": "http://backend:3000"
        },
    ]
}

Usage

docker run  malayh/nginx-lb:2.0 -v /etc/letsencrypt:/etc/letsencrypt -v /etc/nginx/routes:/etc/nginx/routes -p 80:80 -p 443:443

About

Nginx ingress controller with built in auto https

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published