buemura / local-docker-infra

local-docker-infra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Docker Infra

Local Docker Infra

Services:

  • Elastic Search
  • Elastic APM Server
  • Kibana
  • PostgreSQL
  • MongoDB
  • Redis
  • Redis Insight (GUI client)
  • Zookeeper
  • Kafka

Requirements:

  • You need Docker (Required)
  • You also need docker-compose (Required)
  • node (Optional)

How to run:

  • Using shell script
sh ./scripts/up.sh
  • Using npm
npm run env:up

How to stop:

  • Using shell script
sh ./scripts/down.sh
  • Using npm
npm run env:down

About

local-docker-infra


Languages

Language:Shell 100.0%