mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 17:56:26 +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:
|
kanboard:
|
||||||
image: kanboard/kanboard
|
image: kanboard/kanboard
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/kanboard/data:/var/www/app/data
|
- /var/data/kanboard:/var/www/app/
|
||||||
- /var/data/kanboard/plugins:/var/www/app/plugins
|
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
deploy:
|
deploy:
|
||||||
@@ -119,4 +118,4 @@ Log into your new instance at https://**YOUR-FQDN**. Default credentials are adm
|
|||||||
## Chef's Notes 📓
|
## Chef's Notes 📓
|
||||||
|
|
||||||
1. The default theme can be significantly improved by applying the [ThemePlus](https://github.com/phsteffen/kanboard-themeplus) plugin.
|
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