-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e9dc15
commit fa1df99
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
openproject | ||
LetsEncryptServer | ||
.DS_Store | ||
InfluxDB/data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |