Skip to content

Elasticsearch Docker Compose - Simplify Elasticsearch deployment using Docker Compose. Efficiently manage and scale Elasticsearch instances with ease.

License

Notifications You must be signed in to change notification settings

SeiSilver/elasticsearch-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch with docker compose

Getting Started

To run the code in local with Docker-Compose, please follow these steps:

Prerequisites

Docker Docker-Compose

Installation

  1. Clone the repository to your local machine.
  2. Run
    docker-compose build

Usage

  1. Run the following command to start the containers in detached mode. This will start the application and its dependencies, such as databases or message queues:
    docker-compose up -d
  2. You can verify that the application is running by navigating to http://localhost:5601/app/home in your web browser.

Stopping

  • If you want to stop the running containers, run the following command:
    docker-compose stop

Removing Existing Docker-Compose

  • If you want to remove the existing Docker-Compose and all its associated resources, run the following command:
    docker-compose down -v

About

Elasticsearch Docker Compose - Simplify Elasticsearch deployment using Docker Compose. Efficiently manage and scale Elasticsearch instances with ease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published