frappe_docker
frappe_docker copied to clipboard
Docker images for production and development setups of the Frappe framework and ERPNext
> Please provide enough information so that others can review your pull request: To include arm64 build in https://hub.docker.com/r/frappe/erpnext/tags > Explain the **details** for making this change. What existing problem...
Since this commit #1403 building the erpnext-one.yaml file is not possible anymore. I always get the ERROR: `invalid interpolation format for x-backend-defaults.image: "${ERPNEXT_VERSION:?No ERPNext version or tag set". You may...
Hi, I am trying to host frappe erpnext in a server which is already hosting a couple of other apps. I have nginx installed which occupies port 80 and 443,...
## Description of the issue Trying to access [http://development.localhost:8000](http://development.localhost:8000) from browser loads infinitely when running dev-container ## Context information (for bug reports) I followed the steps mentioned in [Development container](https://github.com/frappe/frappe_docker/blob/main/docs/development.md)....
Hi I found your documentation on custom apps (https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md) to be very helpful. From what I understand, specifying the "url" and "branch" during the Docker image build pulls the latest...
## Description of the issue While using docker compose file (pwd.yml) queue-long fails to start with ``` redis.exceptions.ConnectionError: Error -3 connecting to redis-queue:6379. Temporary failure in name resolution. Please make...