Server setup:
- Traefik with Dokploy
- EspoCRM Docker container
I am running currently the EspoCRM on subdomain1.domain.com which is working fine.
We now want to setup a customer portal at subdomain2.domain.com (without the /portal/<portal id>). I have been trying a lot of options but can't get the custom customer portal url working. The subdomain2 is loading correctly but behaves just exactly as subdomain1, i.e. subdomain2.domain.com is pointing to the main EspoCRM, whereas /portal/<portal id> is loading the customer portal.
Anyone that could give some guidance on how to achieve it?
Is it i.e. possible to achieve this by setting up the necessary labels for Traefik and it will work? If not, what files and configurations need to be changed? Have been looking into the EspoCRM documentation but can't get around it..
Any help or guidance is very much appreciated!
- Traefik with Dokploy
- EspoCRM Docker container
I am running currently the EspoCRM on subdomain1.domain.com which is working fine.
We now want to setup a customer portal at subdomain2.domain.com (without the /portal/<portal id>). I have been trying a lot of options but can't get the custom customer portal url working. The subdomain2 is loading correctly but behaves just exactly as subdomain1, i.e. subdomain2.domain.com is pointing to the main EspoCRM, whereas /portal/<portal id> is loading the customer portal.
Anyone that could give some guidance on how to achieve it?
Is it i.e. possible to achieve this by setting up the necessary labels for Traefik and it will work? If not, what files and configurations need to be changed? Have been looking into the EspoCRM documentation but can't get around it..
Any help or guidance is very much appreciated!

Comment