updating main documentation to include link to sample and adding newlines

Signed-off-by: grantbirki <grant.birkinbine@gmail.com>
Signed-off-by: Grant Birkinbine <grant.birkinbine@gmail.com>
This commit is contained in:
grantbirki 2021-03-14 12:26:14 -07:00 committed by Grant Birkinbine
parent aafa9846df
commit b1cf5cbc50
No known key found for this signature in database
GPG Key ID: B0409256808CFF4A
6 changed files with 6 additions and 5 deletions

View File

@ -31,6 +31,7 @@ a MySQL database.
application with Nginx proxy and a Mongo database.
- [`NGINX / Flask / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mysql) - Sample Python/Flask
application with an Nginx proxy and a MySQL database.
- [`NGINX / WSGI / Flask`](https://github.com/docker/awesome-compose/tree/master/nginx-wsgi-flask) - Sample web framework stack using NGINX as a reverse proxy and WSGI to interface requests to a Flask backend.
- [`NGINX / Go`](https://github.com/docker/awesome-compose/tree/master/nginx-golang) - Sample Nginx proxy with a Go backend.
- [`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.