A Definitive Guide to Self-hosting Modmail
- Fork the repo (Best to make it private).
- Define a
Procfile
in the root of the directory and fill the contents withworker: python3 launcher.py
. - Create a new app on Heroku and deploy the repo you've just forked.
- Go to "elements" and install the PostgresQL and Redis add-ons to your new app.