mircast / docker-nginx-kestrel

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 83.6%Language:JavaScript 7.3%Language:CSS 3.6%Language:PowerShell 2.8%Language:Dockerfile 1.8%Language:Batchfile 0.5%Language:Shell 0.5%