Wekan for brmlab
Find a file
2017-10-14 17:26:32 +03:00
CHANGELOG.md MongoDB v3.2.17. Added more documentation to docker-compose.yml 2017-10-14 17:03:42 +03:00
docker-compose.yml More documentation. 2017-10-14 17:26:32 +03:00
LICENSE Add: readme, changelog, docker-compose.yml. License: add Wekan team. 2017-02-13 19:29:08 +02:00
README.md New screenshot. 2017-07-22 12:49:50 +03:00

Docker: Wekan <=> MongoDB

Screenshot

Screenshot of Wekan

Install

  1. Install docker-compose.

  2. Clone this repo.

git clone https://github.com/wekan/wekan-mongodb.git
cd wekan-mongodb

3a) Detached mode:

docker-compose up -d

3b) Running attached to console, so Ctrl-c stops it:

docker-compose up
  1. Wekan is at http://localhost (port 80)

  2. MongoDB is at 127.0.0.1:27017

  3. Wekan and databases bind to address 0.0.0.0 so could be also available to other computers in network. I have not tested this.

  4. Restore your MongoDB data.

Feedback

Create GitHub issue