Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 522 Bytes

mongo.md

File metadata and controls

12 lines (7 loc) · 522 Bytes

MongoDB

The Bot uses MongoDB for data persistance. MongoDB is not included in the Docker image: you'll have to set up a database account separately.

Data volumes and request frequencies aren't high, so a free Mongo Atlas account should suit most installations.

Once the account and database are created, the Bot will need:

  • network access, so whitelist your server
  • database connection, with read/write access.

The Bot will initialise containers and indexes on startup.