Custom domain

How to set and use your own domain

On Qovery, every application exposed publicly automatically gets a temporary qovery.io domain. You can also bring your domains to Qovery quickly. We handle TLS/SSL certificate creation and renewal, as well as automatic HTTP to HTTPS redirects for all your custom domains. Let’s learn how to set up your domains on Qovery!

Tutorial

  1. Add the domain to your app

  2. Configure your DNS

    Configure your DNS by adding a CNAME record pointing to the domain provided by Qovery in the previous step

    If you have multiple public ports (or you want to have them in the future), make sure you add a CNAME for both yourdomain.com and *.yourdomain.com.

    In this way:

    • your application default port will be accessible via the domain yourdomain.com or by a subdomain equal to the port name (portNameA.yourdomain.com).
    • the other application public port will be accessible via a subdomain equal to the portName (portNameB.yourdomain.com).

    See the port setup of your application for more information on the port name setup.

  3. Your domain is ready

    You need to restart your app to use your custom domain on your application.

If you run into any trouble, find us on our forum or on Intercom depending on your support plan.