After run 'docker-compose up ' , it throws:
bdb_1 | 'BigchainDB currently supports {}'.format(backend, BACKENDS.keys()))
bdb_1 | bigchaindb.common.exceptions.ConfigurationError: Backend `mongodb` is not supported.
BigchainDB currently supports dict_keys(['localmongodb'])
After run 'docker-compose up ' , it throws: