mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Improve Kanboard mounts
Having each folder listed as volumes individually causes issues. "Invalid mount config" in "docker stack ps kanboard"
This commit is contained in:
@@ -65,8 +65,7 @@ services:
|
||||
kanboard:
|
||||
image: kanboard/kanboard
|
||||
volumes:
|
||||
- /var/data/kanboard/data:/var/www/app/data
|
||||
- /var/data/kanboard/plugins:/var/www/app/plugins
|
||||
- /var/data/kanboard:/var/www/app/
|
||||
networks:
|
||||
- internal
|
||||
deploy:
|
||||
@@ -119,4 +118,4 @@ Log into your new instance at https://**YOUR-FQDN**. Default credentials are adm
|
||||
## Chef's Notes 📓
|
||||
|
||||
1. The default theme can be significantly improved by applying the [ThemePlus](https://github.com/phsteffen/kanboard-themeplus) plugin.
|
||||
2. Kanboard becomes more useful when you integrate in/outbound email with [MailGun](https://github.com/kanboard/plugin-mailgun), [SendGrid](https://github.com/kanboard/plugin-sendgrid), or [Postmark](https://github.com/kanboard/plugin-postmark).
|
||||
2. Kanboard becomes more useful when you integrate in/outbound email with [MailGun](https://github.com/kanboard/plugin-mailgun), [SendGrid](https://github.com/kanboard/plugin-sendgrid), or [Postmark](https://github.com/kanboard/plugin-postmark).
|
||||
|
||||
Reference in New Issue
Block a user