Custom Domains
Rise projects are accessible at their default URL (e.g., https://my-app.app.example.com). You can add custom domains to serve your application from your own domain names.
Adding a Domain
Section titled “Adding a Domain”rise domain add my-app myapp.example.comWith a rise.toml in your directory:
rise domain add myapp.example.comListing Domains
Section titled “Listing Domains”rise domain list my-appRemoving a Domain
Section titled “Removing a Domain”rise domain remove my-app myapp.example.comAliases: rise domain rm, rise domain del
DNS and TLS
Section titled “DNS and TLS”Any domain can be configured as a custom domain for your project.
Note: Whether DNS resolution and TLS certificates work correctly depends on the Rise deployment configuration. Reach out to your Rise platform administrator to learn more.
As a general pattern, create a CNAME record pointing your domain to the Rise instance:
myapp.example.com. CNAME rise.example.com.The exact CNAME target depends on your Rise installation.
Primary Domain
Section titled “Primary Domain”The first custom domain becomes the primary domain, used as the value of the RISE_APP_URL environment variable in your deployments. All domains (including the default URL) are included in RISE_APP_URLS.