Skip to content

docker compose example for postgres, mongo, rabbitmq, redis, kafka & elasticsearch

Notifications You must be signed in to change notification settings

satyasyahputra/common-docker-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

cd <app>
docker-compose up -d

Stop

docker-compose stop

Remove

docker-compose down -v

Error notes

Elasticsearch

Windows

if elasticsesarch won't up and have error vm.max_map_count run this command:

wsl -d docker-desktop

sysctl -w vm.max_map_count=262144

About

docker compose example for postgres, mongo, rabbitmq, redis, kafka & elasticsearch

Topics

Resources

Stars

Watchers

Forks