#This is a guide for running ERPNext to Dokploy You can follow the docker-compose.yml file for installation.
#Steps
- Create a project in Dokploy
- Create a compose service inside the project
- Inside compose select the provider as Raw
- Paste the docker-compose.yml code to Raw and save
- Go to the Domains tab and click on Add domain
- Select the service as frontend Host as your domain
- Use port 8080
- Active SSL with Letsencript
- Deploy the code from the general tab and wait for 5-10 min after deployment is completed
- Open your given domain it should run perfectly.
#If you are stuck on the setup page follow the steps below
- Open the terminal and select frontend container
- run bench --site frontend install-app erpnext
- Open the url in incognito mode and continue with setup.
For more frappe apps follow commands.txt commands