We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e837d commit c765188Copy full SHA for c765188
README.md
@@ -14,11 +14,16 @@ To easily work with a `@microservices-suite monorepo` you need to install [Suite
14
| │ │ ├─ cli.js
15
| │ │ ├─ package.json
16
| │ │ ├─ README.md
17
-│ ├─ api-gateways/
18
-| │ ├─ app-1/
19
-| │ │ ├─ nginx
20
-| │ │ ├─ apache
21
-| │ │ ├─ README.md
+│ ├─ gateways/
+| │ ├─ apps/
+| │ | ├─app-1/
+| │ │ | ├─ webserver/
+| │ │ | | ├─Dockerfile
22
+| │ │ | | ├─Dockerfile.dev
23
+| │ │ | | ├─webserver.conf
24
+| │ │ | ├─ docker-compose.yml
25
+| │ │ | ├─ docker-compose.dev.yml
26
+| │ │ | ├─ README.md
27
│ ├─ graphql/
28
| │ ├─ app-1/
29
| │ │ ├─ apollo-server
0 commit comments