Skip to content

A basic ASP.NET Core App, Dockerized and served with NGINX as proxy server.

License

Notifications You must be signed in to change notification settings

sesispla/docker-nginx-kestrel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core HTTPS & Load balancing

Deploy an ASP.NET Core application with HTTPS & Load balancing using Docker and NGINX as reverse proxy.

To get started:

    docker-compose build
    docker-compose scale core-app=4
    docker-compose up

IMPORTANT: Due to NGINX (Free version) limiations, current configuration is set to work with a fixed scale of 4 nodes. With NGINX Plus, additional changes might be applied to scale up and down dynamically.

About

A basic ASP.NET Core App, Dockerized and served with NGINX as proxy server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published