{"id":20532171,"url":"https://github.com/monogramm/docker-dokos","last_synced_at":"2026-04-12T14:45:16.635Z","repository":{"id":52971558,"uuid":"317610659","full_name":"Monogramm/docker-dokos","owner":"Monogramm","description":":whale: :snake: Docker image for Dokos","archived":false,"fork":false,"pushed_at":"2021-04-12T11:59:57.000Z","size":108,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-01-16T13:01:12.132Z","etag":null,"topics":["docker","dodock","dokos","erpnext","frappe","python"],"latest_commit_sha":null,"homepage":"https://gitlab.com/dokos/dokos","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Monogramm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-01T17:01:48.000Z","updated_at":"2021-05-03T12:05:05.000Z","dependencies_parsed_at":"2022-09-03T04:51:36.091Z","dependency_job_id":null,"html_url":"https://github.com/Monogramm/docker-dokos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-dokos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-dokos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-dokos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-dokos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monogramm","download_url":"https://codeload.github.com/Monogramm/docker-dokos/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242138802,"owners_count":20078007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","dodock","dokos","erpnext","frappe","python"],"created_at":"2024-11-16T00:13:23.188Z","updated_at":"2025-12-31T00:58:07.061Z","avatar_url":"https://github.com/Monogramm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: AGPL v3][uri_license_image]][uri_license]\n[![Build Status](https://travis-ci.org/Monogramm/docker-dokos.svg)](https://travis-ci.org/Monogramm/docker-dokos)\n[![Docker Automated buid](https://img.shields.io/docker/cloud/build/monogramm/docker-dokos.svg)](https://hub.docker.com/r/monogramm/docker-dokos/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/monogramm/docker-dokos.svg)](https://hub.docker.com/r/monogramm/docker-dokos/)\n[![](https://images.microbadger.com/badges/version/monogramm/docker-dokos.svg)](https://microbadger.com/images/monogramm/docker-dokos)\n[![](https://images.microbadger.com/badges/image/monogramm/docker-dokos.svg)](https://microbadger.com/images/monogramm/docker-dokos)\n\n# Dokos Docker container\n\n:whale: Docker image for Dokos.\n\nThis image was inspired by Monogramm's ERPNext container:\n\n-   [Monogramm/docker-erpnext](https://github.com/Monogramm/docker-erpnext)\n\nThe concept is the following:\n\n-   no need to provide any configuration file: everything will be automatically generated by the container through environnment variables\n-   the application container sets all the environment variables, the other containers wait for setup to be done\n-   attempt to provide postgresql compatibility\n\nCheck base image [Monogramm/docker-dodock](https://github.com/Monogramm/docker-dodock) for details.\n\nCheck image [Monogramm/docker-dokos-ext](https://github.com/Monogramm/docker-dokos-ext) to see how to expand this image and add custom frappe apps.\n\n## What is Dokos ?\n\nOpen Source ERP built for the web. Fork of ERPNext.\n\n\u003e [Dokos](https://dokos.io/)\n\u003e [ERPNext](https://erpnext.com/)\n\n\u003e [gitlab dokos](https://gitlab.com/dokos/dokos)\n\n## Supported tags\n\n\u003chttps://hub.docker.com/r/monogramm/docker-dokos/\u003e\n\n\u003c!-- \u003eDocker Tags --\u003e\n\n-   develop-alpine3.12  (`images/develop/alpine3.12/Dockerfile`)\n-   develop-slim-buster develop  (`images/develop/slim-buster/Dockerfile`)\n\n\u003c!-- \u003cDocker Tags --\u003e\n\n## How to run this image ?\n\nThis image does not contain the database for Dokos. You need to use either an existing database or a database container.\n\nThis 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`.\n\n## Running this image with docker-compose\n\n-   Select the version closest to what you want in the images folder\n    -   In the `docker-compose.yml`, you can comment the `build` lines, uncomment the `image` lines and edit versions to download prebuilt docker container.\n-   Feel free to edit variables defined in `.env` as you see fit.\n-   Run the docker-compose with `docker-compose up -d` and that's it.\n-   Now, go to \u003chttp://localhost:80\u003e to access the first run installation wizard.\n\n## Questions / Issues\n\nIf you got any questions or problems using the image, please visit our [Github Repository](https://github.com/Monogramm/docker-dokos) and write an issue.  \n\n[uri_license]: http://www.gnu.org/licenses/agpl.html\n\n[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonogramm%2Fdocker-dokos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonogramm%2Fdocker-dokos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonogramm%2Fdocker-dokos/lists"}