Jakub Sokołowski 7ff39d337c
add comment explaining MONGO_INITDB_DATABASE
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-06-07 08:53:45 -04:00
..
2019-06-05 15:11:55 -04:00
2019-06-05 15:11:55 -04:00

Description

This role configures a MongoDB container using the mongo Docker image.

Configuration

mongo_db_name: mydb
mongo_db_user: test
mongo_db_pass: test-user-password

Backups

Setup of backups created via the mongodump utility.

The backups end up in:

mongo_backup_path: '/var/tmp/backups'

Known Issues

TODO