Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Docker Erpnext | 66 | 2 years ago | agpl-3.0 | Shell | ||||||
:whale: :snake: Docker image for ERPNext. | ||||||||||
Verpy | 17 | 6 years ago | 1 | Python | ||||||
:snake: Python application versioning tool | ||||||||||
Effective Barnacle | 16 | 5 years ago | 1 | JavaScript | ||||||
A super scalable multiplayer game made with a ton of awesome technologies | ||||||||||
Snakepit | 12 | 4 years ago | mit | YARA | ||||||
A scalable framework for binary analysis in a containered environment. | ||||||||||
Snakes On A Plane | 10 | 9 years ago | Shell | |||||||
Set of Dockerfiles for localized package caching services | ||||||||||
Liga Manager Api | 10 | a month ago | mit | PHP | ||||||
GraphQL API for managing soccer leagues like Wilde Liga Bremen | ||||||||||
Snake | 5 | 5 months ago | mit | Go | ||||||
Game snake written in go. No third-dependance | ||||||||||
Detect.py | 5 | 3 | 3 | 3 years ago | 8 | December 03, 2020 | unlicense | Python | ||
:snake: :microscope: detect OS and Python versions | ||||||||||
Snake | 5 | a year ago | mit | Rust | ||||||
Snake with vim navigation, developed in Rust and compiled to Web Assembly, using Azure Functions and FSharp for a highscore API. | ||||||||||
Miia Py | 5 | 2 months ago | 2 | gpl-3.0 | Python | |||||
Your favorite Snake Bot, at your service! |
🐳 Docker image for ERPNext.
This image was inspired by several other containers developed by the community:
The concept is the following:
Check base image Monogramm/docker-frappe for details.
Check image Monogramm/docker-erpnext-ext to see how to expand this image and add custom frappe apps.
Open Source ERP built for the web.
https://hub.docker.com/r/monogramm/docker-erpnext/
images/13/debian/Dockerfile
)images/13/debian-slim/Dockerfile
)images/13/alpine/Dockerfile
)images/12/debian/Dockerfile
)images/12/debian-slim/Dockerfile
)images/12/alpine/Dockerfile
)images/11/debian/Dockerfile
)images/11/debian-slim/Dockerfile
)images/11/alpine/Dockerfile
)images/develop/debian/Dockerfile
)images/develop/debian-slim/Dockerfile
)images/develop/alpine/Dockerfile
)This 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
.
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: