Recently ERPNext template was added to dokploy.com by @buildwithhussain , with that users can now have complex setup on a single vm or docker swarm cluster.
The github gist tries to showcase:
creation of first bench for “erpnext” with one site.
add custom domain pointing to existing site on bench for “erpnext”.
add new site and domain for the “erpnext” bench.
creation of second bench for “crm” with one site.
add custom domain pointing to existing site on bench for “crm”.
add new site and domain for the “crm” bench.
How to setup: Advance frappe benches with Dokploy · GitHub
8 Likes
avc
January 29, 2025, 11:10am
2
looks great, thanks. Is it also easy to add additional modules/apps this way? Eg non_profit, crm, alyf/banking?
You need to build custom image and deploy by changing the IMAGE_NAME and VERSION env var.
How do you deploy multiple apps on one site for example to install ERPNEXT, HRMS and CRM onto the portal.domainname.com ? in a dokploy container?
Hi Revant
Thank you very much for your response, what i actually meant to ask is that "Can you be able to deploy those 2 Dokploy templates (i.e ERPNEXT and HRMS ) onto one site portal.domainname.com ?
No, you will need to build another image with crm in it.
Btw frappe hr will install erpnext as it depends on it.
1 Like