OllieDay / asp-net-core-nginx-https-docker-compose-example

ASP.NET Core, NGINX, HTTPS, Docker Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asp-net-core-nginx-https-docker-compose-example

A minimal example of an ASP.NET Core application running behind NGINX configured as a reverse proxy with HTTPS and a generated self-signed certificate, managed with Docker Compose.

Can be used for development environments.

Run

docker-compose up

Usage

curl https://localhost -k

About

ASP.NET Core, NGINX, HTTPS, Docker Compose

License:The Unlicense


Languages

Language:Dockerfile 51.9%Language:C# 48.1%