Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 540 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 540 Bytes

AngularAspNetCoreDockerSample

A very simple sample using Angular, ASP.NET Core and Docker.

The application does basically nothing but increment some counters. The goal was just to get Docker Compose to run an application composed by a frontend Angular app, a backend ASP.NET WebApi using a PostgreSQL database. To route the incoming requests there's an HAProxy.

Running

docker-compose up -d on the repository root will build the container images and then run all the containers in daemon mode (as instructed by the -d argument).