Dokploy / dokploy

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

Pathprefix for domain is not added to traefik when using a compose project. #676

Closed visualies closed 2 weeks ago

visualies commented 2 weeks ago

To Reproduce

  1. Create a basic compose project eg. nginx.
  2. Add a custom domain with a path eg. /api
  3. Check the generated docker-compose.yml with preview compose.

Current vs. Expected behavior

It should add the pathprefix to the traefik labels the same way it works when using projects from git etc. Currently its not possible to differentiate based on path with compose based projects.

Provide environment information

OS: Debian 12
VPS: Hetzner
Dokploy Version: v0.10.4

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

Application, Docker Compose, Traefik, Docker

Additional context

No response

Siumauricio commented 2 weeks ago

Duplicate of #648