Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-Tiwari committed Sep 20, 2022
1 parent 2e9dc15 commit fa1df99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
openproject
LetsEncryptServer
.DS_Store
InfluxDB/data
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Dockerfiles for Day to Day development

- Elasticsearch + Kibana
- JupyterLab Minimal with Nodejs Kernel
- JupyterLab Minimal Notebook with Nodejs Kernel
- Mongodb
- Redis + Mods (Search, JSON, Graph, TimeSeries, Bloom, Gears, AI)
- Redis Cluster with modules support (HELM Chart image)
- `helm repo add bitnami https://charts.bitnami.com/bitnami`
- update `password` & `storage engine` in `Redis-Cluster/example-values.yaml`
- `helm install redis bitnami/redis-cluster -f Redis-Cluster/example-values.yaml`
- To create you own image update Dockerfile in `Redis-Cluster` directory and update image repository accordingly
- Influx DB

0 comments on commit fa1df99

Please sign in to comment.