feat: add easy-dataset and mongodb-replicaset-single
This commit is contained in:
21
src/mongodb-replicaset-single/.env.example
Normal file
21
src/mongodb-replicaset-single/.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
|
||||
# MongoDB Version
|
||||
MONGO_VERSION=8.0.13
|
||||
|
||||
# MongoDB root credentials
|
||||
MONGO_INITDB_ROOT_USERNAME=root
|
||||
MONGO_INITDB_ROOT_PASSWORD=password
|
||||
|
||||
# Initial database name
|
||||
MONGO_INITDB_DATABASE=admin
|
||||
|
||||
# Replica set name
|
||||
MONGO_REPLICA_SET_NAME=rs0
|
||||
|
||||
# MongoDB port for the single replica
|
||||
MONGO_PORT_OVERRIDE_1=27017
|
||||
|
||||
# MongoDB host for initialization
|
||||
MONGO_HOST=mongo1
|
||||
Reference in New Issue
Block a user