This repo is now Abandoned in favor of using nextcloud deck, please fork and fix any issues you have.
Kanboard is project management software that focuses on the Kanban methodology.
$ docker run -ti -d -p 80:80 --name kanboard --link kanboard-mysql:mysql mhzawadi/kanboard
We expose the HTTP port with a host URL of 127.0.0.1, all the data is stored in an sqlite database.
You can get an all-in-one YAML deployment descriptor with Docker compose, like this :
curl https://github.com/mhzawadi/kanboard/blob/master/docker-compose.yml
docker-compose up -d
If your using docker swarm you can get a stack that has the same setup:
curl https://github.com/mhzawadi/kanboard/blob/master/stack-kanboard.yml
docker stack deploy --compose-file stack-kanboard.yml kanboard
if you run docker swarm, you can add your config to docker swarm config and have it persist across containers.
Mount your config to /var/www/html/ipconfig.php
You can use following tags on Docker hub:
latest - latest stable releasev1.5.9.1 - latest stable release for the 1.5.9 version build number 1Latest is build from the docker hub once I push to the github repo
Content type
Image
Digest
Size
24.7 MB
Last updated
over 4 years ago
docker pull mhzawadi/kanboard