Extended Docker image for ERPNext with additional apps.
367
Docker image for ERPNext with additionnal apps.
This image was inspired by several other containers developed by the community:
Additional apps:
Possible additional apps:
Check base image Monogramm/docker-erpnext and Monogramm/docker-frappe for details.
:construction: This image is still in development!
Open Source ERP built for the web.
https://hub.docker.com/r/monogramm/docker-erpnext-ext/
develop-alpine developdevelop-debiandevelop-debian-slim12-alpine 12 alpine latest12-debian debian12-debian-slim debian-slim11-alpine 1111-debian debian11-debian-slim debian-slim10-alpine 1010-debian10-debian-slimThis image does not contain the database for ERPNext. You need to use either an existing database or a database container.
This image is designed to be used in a micro-service environment using docker-compose. There are basically 2 variants of the image you can choose from: alpine or debian.
This image can also be used as a template to build your own extended ERPNext image.
This repository provides sample configuration and scripts for importing private frappe apps to ERPNext. You can import private repositories through the following methods:
:warning: Note: PLEASE MAKE SURE YOUR REPOSITORY IN BOTH GITHUB AND DOCKERHUB IS SET TO PRIVATE
In order to pass the login and password to git, first:
Dockerfile-***.template: Uncomment the For private repository: SSH sectionThen, you have two choices to set your login password:
hooks/build (RECOMMENDED): DockerHub build hook to retrieve Git Login and Password environment and pass them. You do not store the login/password in git, but simply set environment variables in DockerHub.update.sh: Update the git_login and git_password to store password in Dockerfile. This is not the best practice to put password in a git repository so please be super careful with your code and make sure to keep your reposiroty private.Dockerfile-***.template: Uncomment the For private repository: SSH section.ssh at root of directory. This is not the best practice to put SSH keys in a git repository so please be super careful with your code and make sure to keep your reposiroty private.docker-compose.yml, you can comment the build lines, uncomment the image lines and edit versions to download prebuilt docker container..env as you see fit.docker-compose up -d and that's it.If you got any questions or problems using the image, please visit our Github Repository and write an issue.
A list of a few issues encountered during the development of this container for future reference:
Content type
Image
Digest
Size
874.2 MB
Last updated
almost 7 years ago
docker pull madmath03/docker-erpnext-ext