Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
9.41k stars 466 forks source link

All Custom Domains are routed to one Application #687

Closed DrMxrcy closed 2 weeks ago

DrMxrcy commented 2 weeks ago

To Reproduce

(Tested with all templated)

  1. Deploy an App Template (Example Zipline)
  2. Assign a Custom Domain to it (zipline.domain.com)
  3. Test Domain, goes to the Zipline Application
  4. Deploy a second Application (Example Documost)
  5. Assign a Custom Domain to it (documost.domain.com)
  6. Test Domain, goes to the Documost Application
  7. When trying to access the First Application, (zipline.domain.com) domain sends you to the second Application (documost)

Current vs. Expected behavior

Each Domain should point to each app separately

Provide environment information

OS: Ubuntu 20.04
Dokploy Version: v0.11.0
VPS: Hetzner
Apps: Two Templates

Which area(s) are affected? (Select all that apply)

Traefik

Additional context

Seems like Trafeik is not properly routing each domain to the right app when multiple apps are running.