Get a clear, visual overview of your projects with a minimalist, self-hosted Kanban board. Designed for simplicity, this open-source software helps you avoid multitasking by setting limits on your work in progress, ensuring you stay focused on your goals. The intuitive drag-and-drop interface requires no training, allowing you to easily adapt columns to fit your specific needs.
Take advantage of powerful features to keep your team organized:
Available in over 30 languages, this flexible solution provides everything you need to track progress without unnecessary clutter.
services:
kanboard:
image: kanboard/kanboard:latest
ports:
- "80:80"
volumes:
- ./data:/var/www/app/data
- ./plugins:/var/www/app/plugins
- ./ssl:/etc/nginx/ssl
restart: unless-stopped# No sensitive environment variables are required for the default SQLite configuration.
# Default login: admin / adminAuto-fetched 19 minutes ago
Auto-fetched 19 minutes ago