Skip to content

brucepc/wekan-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker: Wekan <=> MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published