Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

[ARCHIVED] Dockerfile for OpenPaaS ESN MongoDB instance

Notifications You must be signed in to change notification settings

linagora/esn-mongo-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Archived

Docker ESN MongoDB Container

Build Status

A customized MongoDB image to automatize the initialisation of the replicaset.

List of environment variables

Environment variable Default value
REPLICATE_NAME esn
OPLOG_SIZE 128

Pull

docker pull linagora/esn-mongo

Build

git clone https://github.com/linagora/esn-mongo-dockerfile.git
docker build -t linagora/esn-mongo .

Run

docker run -p 27017:27017 \
           -e REPLICATE_NAME=esn \
           -e OPLOG_SIZE=128 \
           linagora/esn-mongo

Note

This container can be used outside the scope of a docker-compose. If you have the need to start a MongoDB container pre-initialized in replication mode, this one could do the trick.

About

[ARCHIVED] Dockerfile for OpenPaaS ESN MongoDB instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •