From c0a6b91d82a4bc75b9a79a75333ff99a8625f942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Rog=C3=A9rio?= Date: Sun, 11 Sep 2022 19:26:33 -0300 Subject: [PATCH] docs(*): updated README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd09f0d..ac51385 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Node.js RESTful API boilerplate using Traefik, Docker, Docker Compose, Fastify, JWT and Mongodb. ## Requirements -1. Node.js >= 14 +1. Node.js >= 16 2. Docker 3. Docker compose @@ -103,9 +103,8 @@ http://localhost:8080 ![](/traefik.png) -Happy coding! - +## Infrastructure model -### Infrastructure model +![Infrastructure model](.infragenie/infrastructure_model.png) -![Infrastructure model](.infragenie/infrastructure_model.png) \ No newline at end of file +Happy coding!