diff --git a/README.md b/README.md index a07aeef..3008ecc 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ All the links are monitored and tested with [awesome_bot](https://github.com/dkh - [Monitoring Services](#monitoring-services) - [Useful Resources](#useful-resources) - [Awesome Lists](#awesome-lists) + - [Demos and Examples](#demos-and-examples) - [Good Tips](#good-tips) - [Raspberry Pi & ARM](#raspberry-pi--arm) - [Security](#security-1) @@ -654,6 +655,12 @@ Services to securely store your Docker images. - [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) by [@n1trux](https://github.com/n1trux) - [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) a list of SaaS and On premise applications by [@cjbarber](https://github.com/cjbarber) + +## Demos and Examples + +- [webstack-micro](https://github.com/ferbs/webstack-micro) Demo web app built with Docker Compose, showing how to set up an API Gateway, centralized authentication, background workers, and WebSockets. + + ## Good Tips - [Dealing with linked containers dependency in docker-compose](http://brunorocha.org/python/dealing-with-linked-containers-dependency-in-docker-compose.html) by [@rochacbruno](https://github.com/rochacbruno)