Deploy Matter AI in your own infrastructure using Docker Compose
This guide walks you through deploying Matter AI in your own infrastructure using Docker Compose, which is ideal for smaller deployments or testing environments.
You need to have private registery docker credentials. Contact Matter AI team at support@matterai.so
Sample Docker Compose file:
This nginx proxy is used to enables routing to backend APIs via frontend security.
Here’s the default Nginx configuration:
http://your-domain.com
http://your-domain.com/api
To update to the latest version of Matter AI:
It’s recommended to regularly backup your PostgreSQL database:
Webhook not receiving events
Database connection issues
docker-compose logs postgres
.env
fileAPI service not starting
docker-compose logs api