add dejavu

This commit is contained in:
kev 2020-06-02 15:53:57 +08:00
parent fcf05f47d6
commit 881030988e
3 changed files with 36 additions and 0 deletions

View File

@ -292,6 +292,7 @@ A collection of delicious docker recipes.
- [x] daskdev
- [x] dask
- [x] dask-notebook
- [x] appbaseio/dejavu :mag:
- [x] cachethq/docker
- [x] snowzach/doods
- [x] drone/drone

30
dejavu/README.md Normal file
View File

@ -0,0 +1,30 @@
dejavu
======
[dejavu][1] is the Missing Web UI for Elasticsearch: Import, browse and edit
data with rich filters and query views, create search UIs visually.
## docker-compose.yml
```yaml
dejavu:
image: appbaseio/dejavu
ports:
- "1358:1358"
restart: unless-stopped
```
## elasticsearch.yml
```yaml
http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization
http.cors.allow-credentials: true
```
### chrome settings
- chrome://settings/content/insecureContent
[1]: https://github.com/appbaseio/dejavu

View File

@ -0,0 +1,5 @@
dejavu:
image: appbaseio/dejavu
ports:
- "1358:1358"
restart: unless-stopped