{{random}} to generate a random subdomain each time a PR is deployed.
+ - Use {{pr_id}} to use the pull request ID as the subdomain.
+
+
+
+ Hetzner
+Server, cloud, hosting, and data center solutions
+
+ Logto
+The better identity infrastructure for developers
+
+ Tolgee
+The open source localization platform
+
+ Best Consultant
+Your trusted technology consulting partner
+
+ QuantCDN
+Enterprise-grade content delivery network
+
+ Arcjet
+Advanced web security and performance solutions
+
+ SupaGuide
+Your comprehensive guide to Supabase
+
+ CodeRabbit
+Cut Code Review Time & Bugs in Half
+
+ Convex
+Open-source reactive database for web app developers
+
+ GoldenVM
+Premium virtual machine hosting solutions
+
+ Tigris
+Modern developer data platform
+
+ Cloudify
+Cloud hosting solutions
+
+ Trieve
+AI-powered search and analytics
+
+ Blacksmith
+Infrastructure automation platform
+
+ Comit International
+New York Times award–winning contractor!
+
+ Brand.dev
+The #1 Brand API for B2B software startups
+
+ Syntax.fm
+Podcast for web developers
+
+ Jobs Collider
+30,000+ remote jobs for developers
+
+ Hostinger
+Web hosting and VPS solutions
+
+ GlueOps
+DevOps automation and infrastructure management
+
+ Ubicloud
+Open source cloud infrastructure platform
+
+ Pfglabs
+Build Real Projects with Golang
+
+ JuxtDigital
+Digital transformation and web solutions
+
+ SaasyKit
+Complete SaaS starter kit for developers
+
+ MassiveGrid
+Enterprise cloud hosting solutions
+
+ American Cloud
+US-based cloud infrastructure services
+
+ Algora
+Open source contribution platform
+
+ LiquidWeb
+Premium managed hosting solutions
+
+ Yaak
+The API client for modern developers
+
+ Comp AI
+The open-source platform that automates compliance
+
+ Darweb
+Design. Develop. Deliver. Specialized in 3D CPQ Solutions for eCommerce
+
+ WZ-IT
+German agency for customized cloud solutions, migration, managed services and open source hosting
+
+ Supadata
+Scrape YouTube, web, and files. Get AI-ready, clean data for your next project
+
+ Gozunga
+Seriously Simple Cloud Infrastructure
+
+ Macarne
+Best IP Transit & Carrier Ethernet Solutions for Simplified Network Connectivity
+
+ Your Company?
+Will Your Company Be Next?
+{{team.NODE_ENV}}. Do not replace "team" with your actual team name.
+
+### Project Based
+
+You can set them on the `Projects` page, under the gear icon and use it with {{project.NODE_ENV}}. Do not replace "project" with your actual project name.
+
+### Environment Based
+
+You can set them on the `Environments` page (select a `Project`), under the gear icon and use it with {{environment.NODE_ENV}} Do not replace "environment" with your actual environment name.
+
+### Using Environment and Shared Variables in Docker Compose
+
+Within Coolify you can configure these easily following the details found in the [Knowledge Base for Docker Compose](/knowledge-base/docker/compose#shared-environment-variables).
+
+## Predefined Variables
+
+Coolify predefines some variables for you, so you can use them in your application or service. All you need to do is to add an environment variable like this to your application or service.
+
+```bash
+# For example, you can use this variable in your application
+MY_VARIABLE=$SOURCE_COMMIT
+# You will have the commit hash of the source code in your application as an environment variable in MY_VARIABLE
+```
+
+### Application Variables
+
+#### `COOLIFY_FQDN`
+
+Fully qualified domain name(s) of the application.
+
+#### `COOLIFY_URL`
+
+URL(s) of the application.
+
+#### `COOLIFY_BRANCH`
+
+Branch name of the source code.
+
+#### `COOLIFY_RESOURCE_UUID`
+
+Unique resource identifier generated by Coolify.
+
+#### `COOLIFY_CONTAINER_NAME`
+
+Name of the container generated by Coolify.
+
+#### `SOURCE_COMMIT`
+
+Commit hash of the source code.
+
+
+