Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

When using the Docker image, how can we add meteor packages without having to fork the project?

When using the Docker image, how can we add meteor packages without having to fork the project?

Wekan/General · December 2, 2020 at 1:05pm

When using the Docker image, how can we add meteor packages without having to fork the project?

Wekan / General · December 2, 2020 at 1:05pm

We'd like to add Prometheus exporter for metrics (due to performance issues), and we found the following Meteor package to do this: https://atmospherejs.com/sevki/prometheus-exporter

We'd love to stay close to the upstream repo, and would love to avoid forking it to adjust the original Dockerfile, and instead use the official Docker image as base image for our own.

Is this a good idea, and how easy would this be?

Cheers, Andreas

Load previous messages

December 2, 2020 at 2:39pm

For environment variables

    • reply
    • like

    Awesome, thanks for the quick reply.

    I was wondering if we can also configure new modules using the Docker image? How would that work exactly?

    Thanks a lot, I appreciate the support.

      • reply
      • like

      December 2, 2020 at 5:53pm

      Currently Docker builds have some problems https://github.com/wekan/wekan/issues/3380

        • reply
        • like

        Configuration is done in docker-compose.yml that is at https://github.com/wekan/wekan

          • reply
          • like

          December 2, 2020 at 11:58pm