Skip to content

Monogramm/docker-dokos

Repository files navigation

License: AGPL v3 Build Status Docker Automated buid Docker Pulls

Dokos Docker container

🐳 Docker image for Dokos.

This image was inspired by Monogramm's ERPNext container:

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 compatibility

Check base image Monogramm/docker-dodock for details.

Check image 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 ERPNext

gitlab dokos

Supported tags

https://hub.docker.com/r/monogramm/docker-dokos/

  • 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 http://localhost:80 to access the first run installation wizard.

Questions / Issues

If you got any questions or problems using the image, please visit our Github Repository and write an issue.