mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
add dejavu
This commit is contained in:
parent
fcf05f47d6
commit
881030988e
@ -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
30
dejavu/README.md
Normal 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
|
5
dejavu/docker-compose.yml
Normal file
5
dejavu/docker-compose.yml
Normal file
@ -0,0 +1,5 @@
|
||||
dejavu:
|
||||
image: appbaseio/dejavu
|
||||
ports:
|
||||
- "1358:1358"
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user