project mgmt

This commit is contained in:
Tomasz Borychowski
2020-10-30 20:19:45 +00:00
parent 45861a60b0
commit 39dbd9b7e3
9 changed files with 285 additions and 6 deletions

View File

@@ -0,0 +1,35 @@
# Kanboard
- some UI bugs (double scrollbar)
- not the best look (outdated themes)
- pretty solid & stable
- lots of options
<br>
- [Homepage](https://kanboard.org/)
- [Github repo](https://github.com/kanboard/kanboard)
- [Docs](https://docs.kanboard.org/en/latest/admin_guide/installation.html)
![Screenshot]()
## docker-compose.yml
```yml
version: '2'
services:
kanboard:
image: kanboard/kanboard:latest
environment:
- PLUGIN_INSTALLER=true
ports:
- "3060:80"
# - "443:443"
volumes:
- ./data:/var/www/app/data
- ./plugins:/var/www/app/plugins
# - kanboard_ssl:/etc/nginx/ssl
```
## Tips & Tricks
login with `admin:admin`