D
Dokploy8mo ago
max.d

Add a domain to an app without redeploy

Hey folks i am trying to migrate away from Vercel and need the same live domain update feature. Is it possible to somehow add/remove domains without redeploying the whole app?
11 Replies
Siumauricio
Siumauricio8mo ago
are you using docker compose or applications?
max.d
max.dOP8mo ago
i am happy to run whatever could support this feature, not bound to docker
Siumauricio
Siumauricio8mo ago
The applications is based in docker, but you can add/remove domains without redeploying
max.d
max.dOP8mo ago
If I add it via REST as an app domain will traefik pick it up right away and issue certs etc? Also is domain config checked by dokploy or do i need to ping another service before adding domains? Sorry docs weren’t super clear
Siumauricio
Siumauricio8mo ago
Yep I think it is not necessary to explain in detail how a domain works with traefik, we provide the interface for you to interact and not have to worry, however if you want to do something very specific it would be good to check how traefik works. So far, I have received no complaints because it is quite simple.
max.d
max.dOP8mo ago
No I meant is there any domain config check before its added to traefic, Vercel checks before issuing certs. Thats why I ask if i need to hit another API or check domain conf somehow else before adding it
Siumauricio
Siumauricio8mo ago
for applications no deploy or rebuild is required to add a domain, but with compose yes is necessary to deploy or redeploy to see the changes
max.d
max.dOP8mo ago
Awesome that was it thank you! Will try it out now to answer my own question: domains are added live - works, but response is empty fix on the way domain config is not verified before adding, must check DNS records and see if domain is configured correctly
max.d
max.dOP8mo ago
No description
max.d
max.dOP8mo ago
@Siumauricio now works, thanks for releasing

Did you find this page helpful?