https://github.com/monogramm/docker-dokos
:whale: :snake: Docker image for Dokos
https://github.com/monogramm/docker-dokos
docker dodock dokos erpnext frappe python
Last synced: 7 months ago
JSON representation
:whale: :snake: Docker image for Dokos
- Host: GitHub
- URL: https://github.com/monogramm/docker-dokos
- Owner: Monogramm
- License: agpl-3.0
- Created: 2020-12-01T17:01:48.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-12T11:59:57.000Z (over 4 years ago)
- Last Synced: 2025-01-16T13:01:12.132Z (9 months ago)
- Topics: docker, dodock, dokos, erpnext, frappe, python
- Language: Shell
- Homepage: https://gitlab.com/dokos/dokos
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![License: AGPL v3][uri_license_image]][uri_license]
[](https://travis-ci.org/Monogramm/docker-dokos)
[](https://hub.docker.com/r/monogramm/docker-dokos/)
[](https://hub.docker.com/r/monogramm/docker-dokos/)
[](https://microbadger.com/images/monogramm/docker-dokos)
[](https://microbadger.com/images/monogramm/docker-dokos)# Dokos Docker container
:whale: Docker image for Dokos.
This image was inspired by Monogramm's ERPNext container:
- [Monogramm/docker-erpnext](https://github.com/Monogramm/docker-erpnext)
The concept is the following:
- no need to provide any configuration file: everything will be automatically generated by the container through environnment variables
- the application container sets all the environment variables, the other containers wait for setup to be done
- attempt to provide postgresql compatibilityCheck base image [Monogramm/docker-dodock](https://github.com/Monogramm/docker-dodock) for details.
Check image [Monogramm/docker-dokos-ext](https://github.com/Monogramm/docker-dokos-ext) to see how to expand this image and add custom frappe apps.
## What is Dokos ?
Open Source ERP built for the web. Fork of ERPNext.
> [Dokos](https://dokos.io/)
> [ERPNext](https://erpnext.com/)> [gitlab dokos](https://gitlab.com/dokos/dokos)
## Supported tags
- develop-alpine3.12 (`images/develop/alpine3.12/Dockerfile`)
- develop-slim-buster develop (`images/develop/slim-buster/Dockerfile`)## How to run this image ?
This image does not contain the database for Dokos. 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`.
## Running this image with docker-compose
- Select the version closest to what you want in the images folder
- In the `docker-compose.yml`, you can comment the `build` lines, uncomment the `image` lines and edit versions to download prebuilt docker container.
- Feel free to edit variables defined in `.env` as you see fit.
- Run the docker-compose with `docker-compose up -d` and that's it.
- Now, go to to access the first run installation wizard.## Questions / Issues
If you got any questions or problems using the image, please visit our [Github Repository](https://github.com/Monogramm/docker-dokos) and write an issue.
[uri_license]: http://www.gnu.org/licenses/agpl.html
[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg