frappe_docker icon indicating copy to clipboard operation
frappe_docker copied to clipboard

Docker images for production and development setups of the Frappe framework and ERPNext

Results 76 frappe_docker issues
Sort by recently updated
recently updated
newest added

It has been a while since I’ve been here, I see the documentation has greatly improved, good job 👍 Now that version 14 is out, and many modules have been...

question

Hey so now I am successfully able to build image for arm64 and only erpnext stack build is taking only less then 6 minutes And now with trial and error...

question

```Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 69, in application response = frappe.api.handle() File "apps/frappe/frappe/api.py", line 55, in handle return frappe.handler.handle() File "apps/frappe/frappe/handler.py", line 38, in handle data =...

question

## Description of the issue Sending PDF mails didn't work using the default compose.yml configuration. See: https://github.com/frappe/frappe/issues/14177 That was caused by the fact that the assets volume was not shared...

bug

Can you please provide a guide of how to build ARM Docker Image locally? Or a EST time for this to be available?

enhancement

I'm trying to self-host ERPNext on my home server **Hardware Stack:** AMD Ryzen 5th Gen 6 cores with 12 threads CPU 256 m.2 SSD (for boot) 1TB HDD LVM storage...

question

- Frappe Framework v13 uses NodeJS v14 - Frappe Framework v14 uses NodeJS v16

bug

**Is your feature request related to a problem? Please describe.** Not all frappe bench commands work. Currently, the production deployment requires apps to be built into docker images. This slows...

enhancement

Hello, compose.traefik.yaml and single-server-example.md did not add startup for production? for example restart: always inside yaml I see only docs/compose/compose.mariadb-shared.yaml have restart: unless-stopped option Thanks

bug

Hello i already follow the docs instruction but unfortunately I can't make the SSL works. I can only access it through HTTP not HTTPS. I already try resetting the traefik...

question