update readme

Signed-off-by: Grant Birkinbine <grantbirki@github.com>
This commit is contained in:
Grant Birkinbine 2022-03-17 19:26:27 -07:00
parent 2dfb65746b
commit 758bf0b545
No known key found for this signature in database
GPG Key ID: 9029BBCCC15C6F8C

View File

@ -20,6 +20,7 @@ These samples provide a starting point for how to integrate different services u
## Samples of Docker Compose applications with multiple integrated services
- [`ASP.NET / MS-SQL`](https://github.com/docker/awesome-compose/tree/master/aspnet-mssql) - Sample ASP.NET core application
with MS SQL server database.
- [`Caddy / FastAPI`](https://github.com/docker/awesome-compose/tree/master/caddy-fastapi) - Sample FastAPI application proxied by Caddy.
- [`Elasticsearch / Logstash / Kibana`](https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana) - Sample Elasticsearch, Logstash, and Kibana stack.
- [`Go / NGINX / MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql) - Sample Go application
with an Nginx proxy and a MySQL database.