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 a910217 commit 206dae1Copy full SHA for 206dae1
README.md
@@ -17,6 +17,8 @@ To easily work with a `@microservices-suite monorepo` you need to install [Suite
17
│ ├─ gateways/
18
| │ ├─ apps/
19
| │ | ├─app-1/
20
+| │ │ | ├─ data/
21
+| │ │ | ├─ krakend/
22
| │ │ | ├─ webserver/
23
| │ │ | | ├─Dockerfile
24
| │ │ | | ├─Dockerfile.dev
@@ -28,10 +30,6 @@ To easily work with a `@microservices-suite monorepo` you need to install [Suite
28
30
| │ ├─ app-1/
29
31
| │ │ ├─ apollo-server
32
| │ │ ├─ README.md
-│ ├─ data-persistence/
-| │ ├─ db-1/
33
-| │ │ ├─ Dockerfile
34
-| │ │ ├─ README.md
35
│ ├─ k8s/
36
| │ ├─ service-1/
37
| │ │ ├─ cluster-ip-service.yml
0 commit comments