You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
266 B
8 lines
266 B
4 years ago
|
# MongoDB
|
||
|
MONGO_URL=mongodb://mongodb:27017
|
||
|
MONGO_INITDB_ROOT_USERNAME=<root_username>
|
||
|
MONGO_INITDB_ROOT_PASSWORD=<root_password>
|
||
|
MONGO_INITDB_DATABASE=<app_db-name>
|
||
|
MONGO_INITDB_USERNAME=<app_username>
|
||
|
MONGO_INITDB_PASSWORD=<app_password>
|
||
|
MONGO_REPLICA_SET_NAME=rs0
|