docker-compose-files/README.md

819 B

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

consul-discovery

Using consul to make a service-discoverable architecture.

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