2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00
Docker images for production and development setups of the Frappe framework and ERPNext
Go to file
2022-03-12 11:13:59 +03:00
.github Revert "Use reusable workflow in frappe user instead of vrslev" 2022-03-12 11:13:59 +03:00
.vscode chore(lint): Run prettier 2021-12-10 11:53:43 +03:00
custom_app Don't install svg-sprite and sass node modules in nginx image on linux/arm64 (https://github.com/frappe/frappe/pull/15275) 2021-12-22 17:03:05 +03:00
devcontainer-example Move devcontainer settings to devcontainer.json 2021-12-17 12:43:48 +03:00
development Fix pre-commit config (#657) 2022-02-08 12:27:54 +03:00
docs Add note about project option in site-operations doc 2022-03-12 10:58:27 +03:00
images Rename build/ dir to images/ 2022-02-26 19:13:48 +03:00
overrides Allow https proxy to access Docker socket 2022-03-12 11:13:05 +03:00
tests Fix backup test 2022-02-25 15:02:52 +03:00
.dockerignore Fix dockerignore 2021-12-15 08:41:40 +03:00
.editorconfig chore: Use pre-commit framework (#604) 2021-12-10 11:48:00 +03:00
.gitignore Update gitignore 2021-12-14 15:43:48 +03:00
.pre-commit-config.yaml Merge 'main' 2022-02-08 12:32:28 +03:00
.shellcheckrc chore(lint): Take hooks configs out so linting works without pre-commit too (#609) 2021-12-10 12:31:44 +03:00
CODE_OF_CONDUCT.md chore(lint): Run prettier 2021-12-10 11:53:43 +03:00
compose.yaml Beautify changes by @revant (#20) 2022-02-20 18:59:26 +03:00
CONTRIBUTING.md chore(lint): Run prettier 2021-12-10 11:53:43 +03:00
docker-bake.hcl Rename build arg USERNAME to REGISTRY_USER 2022-03-12 11:09:56 +03:00
example.env Update example env 2022-03-12 11:01:35 +03:00
LICENSE chore: Rename LICENSE.md to LICENSE (#608) 2021-12-10 16:25:57 +05:30
README.md Run pre-commit on docs 2022-02-08 14:45:07 +03:00
requirements-dev.txt Don't pin boto stubs requirement 2022-02-25 13:05:23 +03:00
setup.cfg Rename build/ dir to images/ 2022-02-26 12:29:28 +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 Docker documentation. After that, clone this repo:

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

Development

We have baseline for developing in VSCode devcontainer with frappe/bench. Start development.

Production

We provide simple and intuitive production setup with prebuilt Frappe and ERPNext images and compose files. To learn more about those, read the docs.

Also, there's docs to help with deployment:

Custom app

Learn how to containerize your custom Frappe app in this guide.

Contributing

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

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