- Wekan kanban board, made with Meteor.js framework, running on Node.js -- GitHub
- MongoDB NoSQL database
-
Install docker-compose.
-
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
-
Wekan is at http://localhost (port 80)
-
MongoDB is at 127.0.0.1:27017
-
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.