Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 391 Bytes

DISCLAIMER

Docker build of mongodb with consul agent

Usage:

docker run -d \
  -e CONSUL_JOIN="172.0.0.1 172.0.1.2" \
  -e CONSUL_DC="mydc" \
  -e CONSUL_SERVICE_NAME="mongo" \
  e96tech/mongo:3.4

Env vars:

  • CONSUL_JOIN: list of consul servers to join separated by space
  • CONSUL_DC: consul datacenter name
  • CONSUL_SERVICE_NAME: service name to register in consul