You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enhanced README with formatting improvements, added Aspire Integration section, and updated links for buy-me-a-coffee and contributors.
- Adjusted logging configuration in Startup.cs to set debug level for additional Microsoft namespaces, improving log visibility for debugging purposes.
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,10 @@ Inside the file you can find:
153
153
154
154
- vault (Hashicorp)
155
155
156
-
> ** NOTE**
156
+
> **NOTE**
157
+
>
157
158
> The commands above allows to setup infrastructure components, this means you can find all the containers inside the same network `genocs`.
159
+
>
158
160
> Whenever possible the data are persisted on the host machine by means of volumens, so you can restart the containers without losing data.
159
161
160
162
@@ -191,6 +193,11 @@ You can setup the application inside a Kubernetes cluster.
191
193
Check the repo [enterprise-containers](https://github.com/Genocs/enterprise-containers) to setup a Kubernetes cluster.
192
194
There you can find scripts, configuration files and documentation to setup a cluster from scratch.
193
195
196
+
## ***Aspire Integration***
197
+
198
+
SOON :rocket:
199
+
200
+
194
201
## Support
195
202
196
203
Use [**api-workbench**](./api-workbench.rest) inside Visual Studio code with [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) plugin
@@ -234,7 +241,12 @@ Use [**api-workbench**](./api-workbench.rest) inside Visual Studio code with [RE
0 commit comments