support for multiple domains?
Hello,
Do you support multiple domains for each project? Like Vercel does. So that I can offer my users to use their own domains for my SaaS?
Is there an API?
17 Replies
Hi, i guess you mean use something like this in each application?
app1.client1.com
app1.client2.com
if so yeah you could do it, just simply point the A record to the ip of vps
So you can point as many dns records you want
Great. Is there an API for adding domains?
Here is the instructions on how to add a new domain
https://docs.dokploy.com/domains/application-setup
I am deploying an Angular app via Dockerfile. When I setup the port to 80 (or 3000) I get the error Bad Gateway
you don't need to explicity export the port, like if your application is running in port 4000 locally, in the domains when you add a domain you set the container port is where your application is running for example 4000
I tried another domain and got "...redirected you too many times"
You have your domain on cloudflare?
Yes
Ok probably you need to setup this https://github.com/Dokploy/dokploy/issues/18#issuecomment-2089041626
GitHub
Exposing Port 3001 in Docker Container for Node.js Application · Is...
Hello, I want to thank you for the excellent work you've done. Currently, I'm running a Node.js application on port 3001, but this port hasn't been exposed by Docker. I'd like to kn...
Will heck it out, thanks! I tried a domain I have on DNSimple.com to
"...Check if there is a typo in..."
This site can’t be reached
can you please show the domains that you have linked in the domains tab?
It could be my app that is acting up to, I will investigate this angle to
Looks like they include automatically SSL certificates so probably that's the reasson

Perhaps! I will make sure my own app is not acting up. Will report back.
Thank you for such great support!
DokPloy seems awesome
thank you! no worries
I tried another domain to point to the main control panel but that doesnt work either. Is there anything special I need to do to allow domains?
Also, is there a default url for each project like on vercel?
Mmm can you check the traefik logs?