seangjr ab95e01e2c
Some checks failed
Lint / lint (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Develop build / build (push) Has been cancelled
Bench / build (push) Has been cancelled
Autoupdate pre-commit hooks / pre-commit-autoupdate (push) Has been cancelled
chore: refine email and site entries in example.env
2025-10-16 00:25:35 +08:00
2025-09-16 12:39:26 +05:30
2021-12-10 11:53:43 +03:00
2022-03-14 11:23:03 +05:30
2024-05-01 12:25:49 +05:30
2025-02-15 12:03:57 +05:30
2023-06-26 11:54:37 +05:30
2025-09-16 12:39:26 +05:30
2025-10-14 14:36:46 +00:00
2022-03-24 10:40:56 +03:00

Build Stable Build Develop

Everything about Frappe and ERPNext in containers.

Getting Started

To get started you need Docker, docker-compose, and git setup on your machine. For Docker basics and best practices refer to Docker's documentation.

Once completed, chose one of the following two sections for next steps.

Try in Play With Docker

To play in an already set up sandbox, in your browser, click the button below:

Try in PWD

Try on your Dev environment

First clone the repo:

git clone https://github.com/frappe/frappe_docker
cd frappe_docker

Then run: docker compose -f pwd.yml up -d

To run on ARM64 architecture follow this instructions

After you clone the repo and cd frappe_docker, run this command to build multi-architecture images specifically for ARM64.

docker buildx bake --no-cache --set "*.platform=linux/arm64"

and then

  • add platform: linux/arm64 to all services in the pwd.yml
  • replace the current specified versions of erpnext image on pwd.yml with :latest

Then run: docker compose -f pwd.yml up -d

Final steps

Wait for 5 minutes for ERPNext site to be created or check create-site container logs before opening browser on port 8080. (username: Administrator, password: admin)

If you ran in a Dev Docker environment, to view container logs: docker compose -f pwd.yml logs -f create-site. Don't worry about some of the initial error messages, some services take a while to become ready, and then they go away.

Documentation

Frequently Asked Questions

Production

Custom Images

Development

Troubleshoot

Contributing

If you want to contribute to this repo refer to CONTRIBUTING.md

This repository is only for container related stuff. You also might want to contribute to:

Description
Docker images for production and development setups of the Frappe framework and ERPNext
Readme MIT 109 MiB
Languages
Python 46.7%
Dockerfile 36.5%
Shell 10.5%
HCL 6.3%