-
Install docker
-
Install docker compose
-
On your host that will run elasticsearch, run:
sysctl -w vm.max_map_count=262144To make it persistent, add the following line to
/etc/sysctl.conf:vm.max_map_count=262144and run
sudo sysctl -p -
For Dev run:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -dFor Prod run:docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
-
Notifications
You must be signed in to change notification settings - Fork 0
Mimameid/mw_infrastructure
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
infrastructure setup and config data
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published