To Reproduce
To Reproduce
- Deploy a Docker Compose app with two services:
- client running on port 3002
- backend running on port 3001
- Configure domains in Dokploy:
- example.com → service client → path / → port 3002
- example.com → service backend → path /api → port 3001
- Redeploy the compose
- Check Traefik dynamic config directory:
ls /etc/dokploy/traefik/dynamic
5. Access:
`https://example.com
https://example.com/api/config`
Current vs. Expected behavior
Expected:
- Dokploy generates a dynamic Traefik config file for the compose
- Routes:
- / → client (3002)
- /api → backend (3001)
- App loads correctly
Actual:
- No dynamic config file is created for this compose
- /etc/dokploy/traefik/dynamic does not contain any file for this app
- All routes return 404
- Containers are running and healthy
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
No
To Reproduce
To Reproduce
ls /etc/dokploy/traefik/dynamic5. Access:
`https://example.com
https://example.com/api/config`
Current vs. Expected behavior
Expected:
Actual:
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
No