Skip to content

Rancher Rancher Active Proxy Wekan MongoDB Docker

Braintelligence edited this page Apr 14, 2017 · 1 revision

You can read up how to set up Rancher on a host together with Rancher Active Proxy and a Wekan/MongoDB Docker Stack.

This way you have Wekan running on a rancher host with automatic letsencrypt retrieval/renewal and proxying to a domain of your choice.

Here's how to set up Rancher + Rancher Active Proxy: https://github.com/adi90x/rancher-active-proxy/issues/21

Alter the wekan service in the docker-compose like this:

  wekan:
    image: wekanteam/wekan:meteor-1.4
    container_name: whatever-you-like
    restart: always
    ports:
      - 80
    labels:
      - io.rancher.container.pull_image=always
      - rap.port=80
      - rap.host=your.domain.com
      - rap.le_host=your.domain.com
      - [email protected]
    environment:
      - MONGO_URL=mongodb:https://wekandb:27017/wekan
      - ROOT_URL=https://your.domain.com
    depends_on:
      - wekandb

Wekan

General

Fake: Not WeKan kanban

Security

Scaling

Migrating

Support priorities for new features and bugfixes

  1. Commercial Support
  2. Community Support
  3. Debugging

Backup

Repair

Themes

Markdown Syntax

Login Auth

Metrics, Logs, Stats

Integrations

Time

Features

Email

Required Settings

Download

Webservers

REST API Docs

REST API issue

REST API client code

Webhooks

Case Studies

Development

Issues

Clone this wiki locally