From 758bf0b54538dab491afbf489beb5eaf74352c2c Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Thu, 17 Mar 2022 19:26:27 -0700 Subject: [PATCH] update readme Signed-off-by: Grant Birkinbine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 770f2fa..8c8ff69 100644 --- a/README.md +++ b/README.md @@ -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.