rohan-buechner / Docker_Stack

Dockerized Tech stack for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker.Tech.Stack

Dockerized Development Environment

This solution will create a docker container for each of the following:

  • SQL on localhost:41433
  • ElasticSearch on localhost:49200
  • Kibana on localhost:45601
  • Redis on localhost:46379

Run the following command to build the containers:

docker-compose build

Run the following command to run the containers:

docker-compose up -d

Run the following command to stop the containers:

docker-compose down

Setup Docker

NOTE - once you have installed Docker and have the docker containers running,

you will still need to run the DB migrations and seed your DB and Elastic.

About

Dockerized Tech stack for development


Languages

Language:Dockerfile 100.0%