2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 02:59:02 +00:00
Docker images for production and development setups of the Frappe framework and ERPNext
Go to file
Lev Vereshchagin 3bcf6bcf19 Fix paths in CI
2021-12-17 15:34:31 +03:00
.github Fix paths in CI 2021-12-17 15:34:31 +03:00
.vscode chore(lint): Run prettier 2021-12-10 11:53:43 +03:00
build Don't log requests in worker image (nginx already does that) 2021-12-17 15:16:01 +03:00
custom_app Add custom app example 2021-12-16 22:34:11 +03:00
devcontainer-example Move devcontainer settings to devcontainer.json 2021-12-17 12:43:48 +03:00
development Fix inconsistencies in development readme 2021-12-17 12:51:08 +03:00
docs Remove extra docs 2021-12-17 15:09:44 +03:00
overrides Take advantage of yaml lang: add defaults in compose file. Also require env vars 2021-12-17 11:26:38 +03:00
tests Use file that consistent in v12, v13 and develop to check /assets 2021-12-17 15:20:41 +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 Update pre-commit config 2021-12-14 15:53:31 +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 Add variables docs and allow custom frappe site name header 2021-12-17 14:29:00 +03:00
CONTRIBUTING.md chore(lint): Run prettier 2021-12-10 11:53:43 +03:00
docker-bake.hcl Parse and set short tags from git tag in bake file 2021-12-17 12:24:57 +03:00
example.env Remove default value of FRAPPE_SITE_NAME_HEADER in example.env 2021-12-17 15:18:56 +03:00
LICENSE chore: Rename LICENSE.md to LICENSE (#608) 2021-12-10 16:25:57 +05:30
README.md Add docs for images and compose files 2021-12-17 14:10:24 +03:00
requirements-dev.txt Move requirements-dev.txt 2021-12-14 15:36:15 +03:00
setup.cfg chore(lint): Take hooks configs out so linting works without pre-commit too (#609) 2021-12-10 12:31:44 +03:00
TODO.md Update todos 2021-12-17 15:09:32 +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: