Deploying your own Matico server and app

To deploy your own Matico server, you have a few options

  1. If deploying to Render, we provide a template render.yaml file which will provision and set up the necessary resources on that system. See our page on deploying to render for more.
  2. Build the docker image locally, push it up to a docker repository and setup your hosting environment to use that image
  3. Roll your own deploy!

We are dedicated to making Matico as easy to deploy as possible. In the future, we'd like to provide inclusive and easily reproducible Infrastructure-as-code templates (eg. Terraform) for relevant cloud services like AWS, Azure, GCP, DigitalOcean, and more.

Want to contribute a setup on your cloud platform of choice?

Set up a PR or file an issue on our Github!