[KNIMER/ERPNext] Ask for help here for Docker Image knimer/erpnext

Hello,

Some times, good things that benefit everyone comes from the struggle of an individual.
I built the image knimer/erpnext to help me automate deployments. It helped @Clamsy deploy in a contained and special setup on a Synology box.

I notice a 6 Stars and more than 6,000 pulls.

Also, the image is frequently updated more than many other published images.

So, this is a thread to help anyone with the use of this Docker image:
knimer/erpnext Docker image

Ask here what you need with regards to this Docker image and docker setup in general.

Good luck

Thanks for this…

Comming from a school environment the education app is missing

Hello @asieftejani

The LMS App is available in almost all image versions.
Which image version are you using?

I mean which tag - example: v15:20251215

Provide me the tag in order to double check for you.

I am not refering to the LMS app - GitHub - frappe/lms: Easy to Use, 100% Open Source Learning Management System
I would like to use the education app - GitHub - frappe/education: Open source education / school management system or Education | Frappe Cloud Marketplace
hope the distinction is clear now

Hello @asieftejani
Ahh… I see. I will look into adding it.

Thanks for the hint.

How do I run this? Is there a detailed usage tutorial? For example, how to write a docker-compose file?

Try this if its what you are looking for: -

Hello,

You can use the docker compose files used in the official docker repo. They offer a Main Compose file + Override Compose files that serve different purposes - Backup (Backup is not enabled by default), MariaDB, Traefik, No-proxy setup, Redis, Multi-bench…).

You can start with:

Main Compose File

Also, add the overrides you want from the same repo under:
Overrides/

Simply do:

Create the .env file with the needed vars in the compose file(s).

Modify the main compose file and any override compose files you need.

Run (this is an example, add needed override compose files as needed in your case…):

docker compose -f docker-compose.yml -f overrides/compose.noproxy.yaml up -d

I personally use these compose files and customize as needed.

Keep in mind that:

  • Your Custom App will be deleted when you update the image! As it is no longer there in the new containers running the new image.
    You will need to manually install it again. Data loss is a high probability.
  • So, always use your custom image. Build it with your Custom Apps included. Which will give you the ability to update these Apps as needed, run before install and after install hooks to make sure data is kept.

Any other questions? let me know.
Also, provide as much details as you can. It will help to give a more relevant answer.

Enjoy.


AndreWerner

DANKE!!!
Nach über 6 Wochen auf der Suche nach einer ordentlichen Installation (ich bin halt kein ITler) endlich mit diesem Image der Druchbruch!!!

VIELEN LIEBEN DANK FÜR DIE MÜHE!!!

DANKE!!!
Nach über 6 Wochen auf der Suche nach einer ordentlichen Installation (ich bin halt kein ITler) endlich mit diesem Image der Druchbruch!!!

VIELEN LIEBEN DANK FÜR DIE MÜHE!!!

Hello @AndreWerner

This is the beauty of a supportive community.
Welcome to the Frappe/ERPNext ecosystem and community.

Happy that the image solved your problems.

K

New Update

This is a self contained image = All Apps listed below are already baked into the image!

It means you do not need to: bench get-app <...>
It means the Apps will survive the docker compose down and docker compose up

For help relevant to this image, please post your issue/question in the following Frappe Forum thread.
knimer/erpnext Support Thread

I will try my best to answer within 24 hours.

Keep in mind, this is a production Image.

It includes the following:

  • Frappe Framework, v15.95.0
  • ERPNext, v15.94.1
  • Frappe HRMS, v15.54.3
  • Frappe CRM, v1.57.2
  • Frappe Helpdesk, v1.18.1
  • Frappe Builder, v1.21.2
  • Print Designer, v1.6.5
  • Frappe Insights, v3.2.21
  • Frappe Drive, v0.3.0
  • Frappe LMS, v2.44.0
  • Mint, v1.2.0
  • Raven, v2.6.6
  • WooCommerce Integration, v15.0.3
  • eCommerce Integrations, v1.20.2
  • ERPNext Shipping, v15.1.1
  • Website Leads, v1.0.10
  • Telephony, develop
  • Frappe Payments, develop
  • Frappe Webshop, develop
  • Frappe Wiki, master
  • Gameplan, develop

Pull latest image using:

docker pull knimer/erpnext:v15.20260109

You just need to create a bench site and install the Apps you want into that site using bench.

**09-January-2026

ENJOY**

Is there a corresponding docker-compose.yml file?

Agreed - Production image is all well but I would much rather have more control over where the data and config is stored etc. I’ve never had much luck with the custom image.