{"id":16963259,"url":"https://github.com/xeraa/elastic-docker","last_synced_at":"2025-04-08T04:19:15.142Z","repository":{"id":139655863,"uuid":"82132405","full_name":"xeraa/elastic-docker","owner":"xeraa","description":"Development setups for Elasticsearch and Kibana with docker-compose","archived":false,"fork":false,"pushed_at":"2024-03-21T10:59:20.000Z","size":57,"stargazers_count":153,"open_issues_count":0,"forks_count":74,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-24T08:39:33.099Z","etag":null,"topics":["docker","docker-compose","elastic","elasticsearch","kibana"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xeraa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-16T02:58:40.000Z","updated_at":"2025-01-22T19:07:24.000Z","dependencies_parsed_at":"2025-01-09T10:13:55.974Z","dependency_job_id":"7a7619b1-241f-4b1c-8078-4b28dccf8702","html_url":"https://github.com/xeraa/elastic-docker","commit_stats":{"total_commits":74,"total_committers":2,"mean_commits":37.0,"dds":"0.013513513513513487","last_synced_commit":"8433063054f33bce2ad081a116bb8bc918dc663c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeraa%2Felastic-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeraa%2Felastic-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeraa%2Felastic-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeraa%2Felastic-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xeraa","download_url":"https://codeload.github.com/xeraa/elastic-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773726,"owners_count":20993639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","elastic","elasticsearch","kibana"],"created_at":"2024-10-13T23:24:10.508Z","updated_at":"2025-04-08T04:19:15.113Z","avatar_url":"https://github.com/xeraa.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker \u0026 Elastic\n\nThis repository contains a few examples of how to run Elasticsearch and Kibana 7.x and 8.x in Docker Compose for local development and testing. Using the official images and binding them to the default ports. Tested with the latest version of the Docker daemon.\n\nOlder examples for version 6.x and 7.x are in the [Elastic Stack 7 + 6 release](https://github.com/xeraa/elastic-docker/releases/tag/seven%2Bsix).\n\n\n\n\n\n## Official\n\nThis is a minor adaptation of the [Docker Compose example from the official documentation](https://github.com/elastic/elasticsearch/blob/8.11/docs/reference/setup/install/docker/docker-compose.yml) with a self-signed certificate. The main difference is that the certificates are only generated once (automatically) and stored in the folder *official/.certs/*, so that they are easier to use.\n\nChange into the *official/* folder and run Elasticsearch and Kibana.\n\n* Start: `docker-compose up`\n* Remove: `docker-compose down -v`\n\nConnect to Elasticsearch at [https://localhost:9200](https://localhost:9200) and Kibana at [http://localhost:5601](http://localhost:5601) (without TLS).\nTo query Elasticsearch with cURL run `curl --cacert .certs/ca/ca.crt -u elastic https://localhost:9200` and enter the `ELASTIC_PASSWORD` password from the *official/.env* file.\n\n\n\n## Insecure\n\n**Don't do this.** But if you must: Change into the *insecure/* folder and run Elasticsearch and Kibana without authentication or TLS.\n\n* Start: `docker-compose up`\n* Remove: `docker-compose down -v`\n\nConnect to Elasticsearch at [http://localhost:9200](http://localhost:9200) and Kibana at [http://localhost:5601](http://localhost:5601).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeraa%2Felastic-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxeraa%2Felastic-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeraa%2Felastic-docker/lists"}