From c0c1e7ca94c4dac7d61dedce0b3bf6eb6b798dc0 Mon Sep 17 00:00:00 2001 From: Esteban Solano Granados Date: Mon, 13 Jun 2022 20:41:08 +0000 Subject: [PATCH] Updated main README.md Signed-off-by: GitHub --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0323edd..f96cb16 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ application with Nginx proxy and a Mongo database. - [`NGINX / WSGI / Flask`](https://github.com/docker/awesome-compose/tree/master/nginx-wsgi-flask) - Sample Nginx reverse proxy with a Flask backend using WSGI. - [`PostgreSQL / pgAdmin`](https://github.com/docker/awesome-compose/tree/master/postgresql-pgadmin) - Sample setup for postgreSQL database with pgAdmin web interface - [`Python / Flask / Redis`](https://github.com/docker/awesome-compose/tree/master/flask-redis) - Sample Python/Flask and a Redis database +- [`React / ASP.NET / MongoDB`](https://github.com/docker/awesome-compose/tree/master/react-aspnet-mongodb) - Sample React +application with an ASP.NET backend and a Mongo database. - [`React / Spring / MySQL`](https://github.com/docker/awesome-compose/tree/master/react-java-mysql) - Sample React application with a Spring backend and a MySQL database. - [`React / Express / MySQL`](https://github.com/docker/awesome-compose/tree/master/react-express-mysql) - Sample React