You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add dejavu
This commit is contained in:
		| @@ -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 | ||||
		Reference in New Issue
	
	Block a user