From 3d2a3d98ed6c098efac926380584a7431721cb68 Mon Sep 17 00:00:00 2001 From: Jeff Ferber Date: Tue, 8 Oct 2019 17:16:19 -0700 Subject: [PATCH] Demos and Examples section with webstack-micro --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)