yuvalherziger/tomodo MongoDB

Start MongoDB instances in a GitHub action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameThe deployment's namenotomodo-action
portMongoDB port (in a cluster, this is the first incrementing port)no27017
image-tagThe MongoDB image tag, which determines the MongoDB version to installnolatest
instance-typeThe MongoDB instance type (standalone/replica-set/sharded/atlas)noatlas
replicasThe number of replica set nodes to provisionno3
shardsThe number of shards to provision in a sharded clusterno2
config-serversThe number of config server replica set nodesno1
mongosThe number of mongos routersno1
usernameOptional authentication usernameno""
passwordOptional authentication passwordno""
network-nameThe Docker network to provision the deployment in; will create a new one or use an existing one with the same name if such network exists nomongo-network
namedescription
connection-stringMongoDB connection string from Tomodo