Mattermost is self-hosted communication platform. This recipe showcases how to properly setup and run Mattermost on Zerops.
You can either click the deploy button to deploy directly on Zerops, or manually copy the import yaml to the import dialog in the Zerops app.
- Zerops PostgreSQL 16 service as database
- Zerops Object Storage (S3 compatible) service as file system
- Utilization of Zerops built-in environment variables system
- Healthcheck setup
- Wait till the moment the recipe's services are installed and initialized.
- Open the auto-generated subdomain URL for the
mattermost
service and complete the configuration using the wizard. - To enable email sending, please request account authorization via our Discord or by contacting support at [email protected].
The difference may come down to:
- Use the highly available version of the PostgreSQL database (change
mode
fromNON_HA
toHA
in zerops.yml,pgdb
service section) - Set up database backups in the 'pgdb' service details.
Need help setting your project up? Join Zerops Discord community.