A guide on how to configure DNS for your domains with Coolify.
A
record for all the domains or subdomains you want to use, pointing to the IP address of your server where you would like to deploy your application.
Note that you can use the same IP address for multiple domains and subdomains.
In the examples, 1.1.1.1
is your server’s IP address.
example.com
with the IP address 1.1.1.1
.
A
record for example.com
pointing to 1.1.1.1
.www.example.com
as an A
record and redirect it inside
Coolify with the chosen reverse proxy.https://example.com
as a FQDN (Fully Qualified Domain Name) for any of your resources, even for your Coolify instance.
*.example.com
with the IP address 1.1.1.1
.
A
record for *.example.com
pointing to 1.1.1.1
.example.com
as a FQDN (Fully Qualified Domain Name) for any of your resources, even for your Coolify instance.
For example, you can use https://app.example.com
or https://api.example.com
as a FQDN.
Server
settings and set the Wildcard Domain
field to your domain, for example https://example.com
.
Then if you create a new resource:
https://random.example.com
.https://<PRId>.random.example.com
.Preview Deployments
tab./settings
page.