mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
Docker images for production and development setups of the Frappe framework and ERPNext
1fba893504
* add platforms to bake file to include m1 (arm64) * add platforms to bake file to include m1 (arm64) * rebased to latest main * update docker/bake-action to latest version * test action fix * add qemu step * revert to older version of bake * remove arm64 from breaking build * test with vanilla buildx * cleanup * added platforms directive to default args * use build_push from current branch * explicit build_push dependency * use build push from current branch * specify branch name * experiment with syntax * use commit id for tag * experiment to extract branch from context * ditto * one more variation * revert * revert build push to version in current main * added comment to force build * force another build * comment out build on PR * test if event is pull request * first test, event is "none" * fix typo * correct syntax * set event name correctly * explicit variable for multi arch build * test multi arch build * test negated conditional * enable PR build * use env variable to control multi arch * test with env var * revert * revert * try syntax variation * check val * try variation * add platforms * re-enable PR builds * revert file * untested but should work * switch from env var to input for action * test against restlessronin branch * fix typo * cleanups * revert action link * refactor to explicit platform list * try variation * remove env toggle * retry * try multi build * ternary workaround * cleanup * revert action branch * fix typo * yat * revert to origin CI action * post review changes (untested) * no arm for v12 |
||
---|---|---|
.github | ||
.vscode | ||
custom_app | ||
devcontainer-example | ||
development | ||
docs | ||
images | ||
overrides | ||
tests | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.shellcheckrc | ||
CODE_OF_CONDUCT.md | ||
compose.yaml | ||
CONTRIBUTING.md | ||
docker-bake.hcl | ||
example.env | ||
LICENSE | ||
README.md | ||
requirements-dev.txt | ||
requirements-test.txt | ||
setup.cfg |
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:
- Setup options
- Examples:
- site operations.
- Other
- Troubleshoot
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: