Skip to content

Install Wekan Docker in production

Lauri Ojansivu edited this page Jul 11, 2022 · 36 revisions

Single server install, for small teams

Purpose: run Wekan on a production Linux server with Docker and Apache or Nginx as a front-end server (reverse proxy)

1. Install newest Docker and Docker Compose

Docker website

2. Use Wekan-MongoDB with Docker Compose

https://github.com/wekan/wekan-mongodb

External MongoDB authentication

3. Email

Troubleshooting Email

4. Configure webserver as a front-end proxy

5. Launch Wekan

As wekan user and from /home/wekan, run docker-compose up -d

6. Improvements to bring to this doc

  • Verify everything works

7. Tested on...

This procedure has been tested on:

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