29f4f77b89 | ||
---|---|---|
elk_netflow | ||
mongo_cluster | ||
mongo_webui | ||
nginx_auth | ||
registry_mirror | ||
.gitignore | ||
README.md |
README.md
Docker Compose Files
Some typical docker compose templates.
Install Docker Compose
$ sudo pip install docker-compose
Docker-compose Usage
See https://docs.docker.com/compose/.
templates
mongo_cluster
Start 3 mongo instance to make a replica set.
mongo_webui
Start 1 mongo instance and a mongo-express web tool to watch it.
The mongo instance will store data into local /opt/data/mongo_home.
The web UI will listen on local 8081 port.
nginx_auth
Use nginx as a proxy with authentication for backend application.
registry_mirror
docker registry mirror, with redis as the backend cache.
elk
Elk cluster, with netflow support
docker-compose scale es=3